#FC89CB

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

Shades of Tea Rose #FC89CB

Tints of Tea Rose #FC89CB

Color information

#FC89CB (or 0xFC89CB) is unknown color: approx Tea Rose. HEX triplet: FC, 89 and CB. RGB value is (252,137,203). Sum of RGB (Red+Green+Blue) = 252+137+203=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89CB is #037634. Grayscale: #B2B2B2. Windows color (decimal): -226869 or 13339132. OLE color: 13339132.

HSL color Cylindrical-coordinate representation of color #FC89CB: hue angle of 325.57º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC89CB is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252137203-
CMYK00.460.190.01
HSL325.57º95.04%76.27%-
HSV(B)325.57º45.63%98.82%-
XYZ59.8742.961.62-
YUV178.91141.6180.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 137 (53.91% from 255) = 23.14%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=42.57%
G=23.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213720300.460.190.01325.5795.0476.27
HexFC89CB02E1311465f4c
Octal374211313056231506137114
Binary111111001000100111001011010111010011110100011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89CB; }

 p { color: rgb(252,137,203); }

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

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

 a { background-color: rgb(252,137,203); }

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

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

 span { border-color: rgb(252,137,203); }

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