#FC8DC4

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

Shades of Tea Rose #FC8DC4

Tints of Tea Rose #FC8DC4

Color information

#FC8DC4 (or 0xFC8DC4) is unknown color: approx Tea Rose. HEX triplet: FC, 8D and C4. RGB value is (252,141,196). Sum of RGB (Red+Green+Blue) = 252+141+196=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DC4 is #03723B. Grayscale: #B4B4B4. Windows color (decimal): -225852 or 12881404. OLE color: 12881404.

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

Color convert

RGB252141196-
CMYK00.440.220.01
HSL330.27º94.87%77.06%-
HSV(B)330.27º44.05%98.82%-
XYZ59.6343.7357.52-
YUV180.46136.77179.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=42.78%
G=23.94%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214119600.440.220.01330.2794.8777.06
HexFC8DC402C16114a5f4d
Octal374215304054261512137115
Binary111111001000110111000100010110010110110100101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DC4; }

 p { color: rgb(252,141,196); }

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

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

 a { background-color: rgb(252,141,196); }

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

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

 span { border-color: rgb(252,141,196); }

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