#F988D2

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

Shades of Tea Rose #F988D2

Tints of Tea Rose #F988D2

Color information

#F988D2 (or 0xF988D2) is unknown color: approx Tea Rose. HEX triplet: F9, 88 and D2. RGB value is (249,136,210). Sum of RGB (Red+Green+Blue) = 249+136+210=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F988D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988D2 is #06772D. Grayscale: #B2B2B2. Windows color (decimal): -423726 or 13797625. OLE color: 13797625.

HSL color Cylindrical-coordinate representation of color #F988D2: hue angle of 320.71º 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 #F988D2 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249136210-
CMYK00.450.160.02
HSL320.71º90.4%75.49%-
HSV(B)320.71º45.38%97.65%-
XYZ59.542.466.02-
YUV178.22145.94178.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.85%
GREEN value IS 136 (53.52% from 255) = 22.86%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=41.85%
G=22.86%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913621000.450.160.02320.7190.475.49
HexF988D202D1021415a4b
Octal371210322055202501132113
Binary1111100110001000110100100101101100001010100000110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F988D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F988D2; }

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

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

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

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

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

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

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

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