#FC89CD

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

Shades of Tea Rose #FC89CD

Tints of Tea Rose #FC89CD

Color information

#FC89CD (or 0xFC89CD) is unknown color: approx Tea Rose. HEX triplet: FC, 89 and CD. RGB value is (252,137,205). Sum of RGB (Red+Green+Blue) = 252+137+205=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 137 (53.91% from 255 or 23.06% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89CD is #037632. Grayscale: #B2B2B2. Windows color (decimal): -226867 or 13470204. OLE color: 13470204.

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

Color convert

RGB252137205-
CMYK00.460.190.01
HSL324.52º95.04%76.27%-
HSV(B)324.52º45.63%98.82%-
XYZ60.1142.9962.89-
YUV179.14142.6179.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 137 (53.91% from 255) = 23.06%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=42.42%
G=23.06%
B=34.51%

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
Decimal25213720500.460.190.01324.5295.0476.27
HexFC89CD02E1311455f4c
Octal374211315056231505137114
Binary111111001000100111001101010111010011110100010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89CD; }

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

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

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

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

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

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

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

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