#F88CC7

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

Shades of Tea Rose #F88CC7

Tints of Tea Rose #F88CC7

Color information

#F88CC7 (or 0xF88CC7) is unknown color: approx Tea Rose. HEX triplet: F8, 8C and C7. RGB value is (248,140,199). Sum of RGB (Red+Green+Blue) = 248+140+199=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CC7 is #077338. Grayscale: #B2B2B2. Windows color (decimal): -488249 or 13077752. OLE color: 13077752.

HSL color Cylindrical-coordinate representation of color #F88CC7: hue angle of 327.22º 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 #F88CC7 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248140199-
CMYK00.440.200.03
HSL327.22º88.52%76.08%-
HSV(B)327.22º43.55%97.25%-
XYZ58.442.8459.22-
YUV179.02139.28177.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 140 (55.08% from 255) = 23.85%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=42.25%
G=23.85%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814019900.440.200.03327.2288.5276.08
HexF88CC702C143147594c
Octal370214307054243507131114
Binary1111100010001100110001110101100101001110100011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88CC7; }

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

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

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

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

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

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

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

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