#F987CB

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

Shades of Tea Rose #F987CB

Tints of Tea Rose #F987CB

Color information

#F987CB (or 0xF987CB) is unknown color: approx Tea Rose. HEX triplet: F9, 87 and CB. RGB value is (249,135,203). Sum of RGB (Red+Green+Blue) = 249+135+203=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F987CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987CB is #067834. Grayscale: #B0B0B0. Windows color (decimal): -423989 or 13338617. OLE color: 13338617.

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

Color convert

RGB249135203-
CMYK00.460.180.02
HSL324.21º90.48%75.29%-
HSV(B)324.21º45.78%97.65%-
XYZ58.5141.7861.48-
YUV176.84142.77179.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 135 (53.12% from 255) = 23.00%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=42.42%
G=23.00%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913520300.460.180.02324.2190.4875.29
HexF987CB02E1221445a4b
Octal371207313056222504132113
Binary1111100110000111110010110101110100101010100010010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F987CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F987CB; }

 p { color: rgb(249,135,203); }

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

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

 a { background-color: rgb(249,135,203); }

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

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

 span { border-color: rgb(249,135,203); }

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