#F888C6

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

Shades of Tea Rose #F888C6

Tints of Tea Rose #F888C6

Color information

#F888C6 (or 0xF888C6) is unknown color: approx Tea Rose. HEX triplet: F8, 88 and C6. RGB value is (248,136,198). Sum of RGB (Red+Green+Blue) = 248+136+198=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F888C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888C6 is #077739. Grayscale: #B0B0B0. Windows color (decimal): -489274 or 13011192. OLE color: 13011192.

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

Color convert

RGB248136198-
CMYK00.450.200.03
HSL326.79º88.89%75.29%-
HSV(B)326.79º45.16%97.25%-
XYZ57.7141.6458.42-
YUV176.56140.11178.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 136 (53.52% from 255) = 23.37%
BLUE value IS 198 (77.73% from 255) = 34.02%
R=42.61%
G=23.37%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813619800.450.200.03326.7988.8975.29
HexF888C602D143147594b
Octal370210306055243507131113
Binary1111100010001000110001100101101101001110100011110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F888C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F888C6; }

 p { color: rgb(248,136,198); }

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

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

 a { background-color: rgb(248,136,198); }

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

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

 span { border-color: rgb(248,136,198); }

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