#FC8CD5

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

Shades of Tea Rose #FC8CD5

Tints of Tea Rose #FC8CD5

Color information

#FC8CD5 (or 0xFC8CD5) is unknown color: approx Tea Rose. HEX triplet: FC, 8C and D5. RGB value is (252,140,213). Sum of RGB (Red+Green+Blue) = 252+140+213=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CD5 is #03732A. Grayscale: #B5B5B5. Windows color (decimal): -226091 or 13995260. OLE color: 13995260.

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

Color convert

RGB252140213-
CMYK00.440.150.01
HSL320.89º94.92%76.86%-
HSV(B)320.89º44.44%98.82%-
XYZ61.5344.2668.25-
YUV181.81145.61178.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 140 (55.08% from 255) = 23.14%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=41.65%
G=23.14%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214021300.440.150.01320.8994.9276.86
HexFC8CD502CF11415f4d
Octal374214325054171501137115
Binary11111100100011001101010101011001111110100000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8CD5; }

 p { color: rgb(252,140,213); }

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

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

 a { background-color: rgb(252,140,213); }

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

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

 span { border-color: rgb(252,140,213); }

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