#FCC0C1

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

Shades of Azalea #FCC0C1

Tints of Azalea #FCC0C1

Color information

#FCC0C1 (or 0xFCC0C1) is unknown color: approx Azalea. HEX triplet: FC, C0 and C1. RGB value is (252,192,193). Sum of RGB (Red+Green+Blue) = 252+192+193=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0C1 is #033F3E. Grayscale: #D2D2D2. Windows color (decimal): -212799 or 12697852. OLE color: 12697852.

HSL color Cylindrical-coordinate representation of color #FCC0C1: hue angle of 359º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC0C1 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252192193-
CMYK00.240.230.01
HSL359º90.91%87.06%-
HSV(B)359º23.81%98.82%-
XYZ68.6262.2458.85-
YUV210.05118.38157.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 192 (75.39% from 255) = 30.14%
BLUE value IS 193 (75.78% from 255) = 30.30%
R=39.56%
G=30.14%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219219300.240.230.0135990.9187.06
HexFCC0C10181711675b57
Octal374300301030271547133127
Binary11111100110000001100000101100010111110110011110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0C1; }

 p { color: rgb(252,192,193); }

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

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

 a { background-color: rgb(252,192,193); }

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

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

 span { border-color: rgb(252,192,193); }

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