#F88DC4

Color #F88DC4 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F88DC4

Tints of Tea Rose #F88DC4

Color information

#F88DC4 (or 0xF88DC4) is unknown color: approx Tea Rose. HEX triplet: F8, 8D and C4. RGB value is (248,141,196). Sum of RGB (Red+Green+Blue) = 248+141+196=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DC4 is #07723B. Grayscale: #B3B3B3. Windows color (decimal): -487996 or 12881400. OLE color: 12881400.

HSL color Cylindrical-coordinate representation of color #F88DC4: hue angle of 329.16º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DC4 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248141196-
CMYK00.430.210.03
HSL329.16º88.43%76.27%-
HSV(B)329.16º43.15%97.25%-
XYZ58.242.9957.46-
YUV179.26137.45177.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 141 (55.47% from 255) = 24.10%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=42.39%
G=24.10%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814119600.430.210.03329.1688.4376.27
HexF88DC402B153149584c
Octal370215304053253511130114
Binary1111100010001101110001000101011101011110100100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88DC4; }

 p { color: rgb(248,141,196); }

 H1.HeaderClassName
 {
   color: #F88DC4;
 }
 .AnyTagClassName
 {
   color: #F88DC4;
 }
</style>
background-color css

<style>
 a { background-color: #F88DC4; }

 a { background-color: rgb(248,141,196); }

 div.DivClassName
 {
   background-color: #F88DC4;
 }
 .BgClassName
 {
   background-color: #F88DC4;
 }
</style>
border-color css

<style>
 span { border-color: #F88DC4; }

 span { border-color: rgb(248,141,196); }

 td.TdClassName
 {
   border-color: #F88DC4;
 }
 .TagClassName
 {
   border-color: #F88DC4;
 }
</style>