#FC89CA

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

Shades of Tea Rose #FC89CA

Tints of Tea Rose #FC89CA

Color information

#FC89CA (or 0xFC89CA) is unknown color: approx Tea Rose. HEX triplet: FC, 89 and CA. RGB value is (252,137,202). Sum of RGB (Red+Green+Blue) = 252+137+202=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89CA is #037635. Grayscale: #B2B2B2. Windows color (decimal): -226870 or 13273596. OLE color: 13273596.

HSL color Cylindrical-coordinate representation of color #FC89CA: hue angle of 326.09º 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 #FC89CA is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252137202-
CMYK00.460.200.01
HSL326.09º95.04%76.27%-
HSV(B)326.09º45.63%98.82%-
XYZ59.7542.8561-
YUV178.8141.1180.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 137 (53.91% from 255) = 23.18%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=42.64%
G=23.18%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213720200.460.200.01326.0995.0476.27
HexFC89CA02E1411465f4c
Octal374211312056241506137114
Binary111111001000100111001010010111010100110100011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89CA; }

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

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

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

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

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

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

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

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