#FC8CD3

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

Shades of Tea Rose #FC8CD3

Tints of Tea Rose #FC8CD3

Color information

#FC8CD3 (or 0xFC8CD3) is unknown color: approx Tea Rose. HEX triplet: FC, 8C and D3. RGB value is (252,140,211). Sum of RGB (Red+Green+Blue) = 252+140+211=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CD3 is #03732C. Grayscale: #B5B5B5. Windows color (decimal): -226093 or 13864188. OLE color: 13864188.

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

Color convert

RGB252140211-
CMYK00.440.160.01
HSL321.96º94.92%76.86%-
HSV(B)321.96º44.44%98.82%-
XYZ61.2844.1566.92-
YUV181.58144.61178.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 140 (55.08% from 255) = 23.22%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=41.79%
G=23.22%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214021100.440.160.01321.9694.9276.86
HexFC8CD302C1011425f4d
Octal374214323054201502137115
Binary111111001000110011010011010110010000110100001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8CD3; }

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

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

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

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

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

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

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

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