#FCC8CA

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

Shades of Azalea #FCC8CA

Tints of Azalea #FCC8CA

Color information

#FCC8CA (or 0xFCC8CA) is unknown color: approx Azalea. HEX triplet: FC, C8 and CA. RGB value is (252,200,202). Sum of RGB (Red+Green+Blue) = 252+200+202=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8CA is #033735. Grayscale: #D7D7D7. Windows color (decimal): -210742 or 13289724. OLE color: 13289724.

HSL color Cylindrical-coordinate representation of color #FCC8CA: hue angle of 357.69º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252200202-
CMYK00.210.200.01
HSL357.69º89.66%88.63%-
HSV(B)357.69º20.63%98.82%-
XYZ71.4666.2764.9-
YUV215.78120.23153.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 200 (78.52% from 255) = 30.58%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=38.53%
G=30.58%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220020200.210.200.01357.6989.6688.63
HexFCC8CA0151411665a59
Octal374310312025241546132131
Binary11111100110010001100101001010110100110110011010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8CA; }

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

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

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

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

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

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

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

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