#F88CC9

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

Shades of Tea Rose #F88CC9

Tints of Tea Rose #F88CC9

Color information

#F88CC9 (or 0xF88CC9) is unknown color: approx Tea Rose. HEX triplet: F8, 8C and C9. RGB value is (248,140,201). Sum of RGB (Red+Green+Blue) = 248+140+201=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CC9 is #077336. Grayscale: #B3B3B3. Windows color (decimal): -488247 or 13208824. OLE color: 13208824.

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

Color convert

RGB248140201-
CMYK00.440.190.03
HSL326.11º88.52%76.08%-
HSV(B)326.11º43.55%97.25%-
XYZ58.6342.9360.45-
YUV179.25140.28177.04-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=42.11%
G=23.77%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814020100.440.190.03326.1188.5276.08
HexF88CC902C133146594c
Octal370214311054233506131114
Binary1111100010001100110010010101100100111110100011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CC9; }

 p { color: rgb(248,140,201); }

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

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

 a { background-color: rgb(248,140,201); }

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

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

 span { border-color: rgb(248,140,201); }

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