#F988C6

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

Shades of Tea Rose #F988C6

Tints of Tea Rose #F988C6

Color information

#F988C6 (or 0xF988C6) is unknown color: approx Tea Rose. HEX triplet: F9, 88 and C6. RGB value is (249,136,198). Sum of RGB (Red+Green+Blue) = 249+136+198=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F988C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988C6 is #067739. Grayscale: #B0B0B0. Windows color (decimal): -423738 or 13011193. OLE color: 13011193.

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

Color convert

RGB249136198-
CMYK00.450.200.02
HSL327.08º90.4%75.49%-
HSV(B)327.08º45.38%97.65%-
XYZ58.0641.8358.44-
YUV176.86139.94179.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 136 (53.52% from 255) = 23.33%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=42.71%
G=23.33%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913619800.450.200.02327.0890.475.49
HexF988C602D1421475a4b
Octal371210306055242507132113
Binary1111100110001000110001100101101101001010100011110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F988C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F988C6; }

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

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

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

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

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

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

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

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