#FCC1C4

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

Shades of Azalea #FCC1C4

Tints of Azalea #FCC1C4

Color information

#FCC1C4 (or 0xFCC1C4) is unknown color: approx Azalea. HEX triplet: FC, C1 and C4. RGB value is (252,193,196). Sum of RGB (Red+Green+Blue) = 252+193+196=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1C4 is #033E3B. Grayscale: #D3D3D3. Windows color (decimal): -212540 or 12894716. OLE color: 12894716.

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

Color convert

RGB252193196-
CMYK00.230.220.01
HSL356.95º90.77%87.25%-
HSV(B)356.95º23.41%98.82%-
XYZ69.1862.8260.7-
YUV210.98119.55157.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 193 (75.78% from 255) = 30.11%
BLUE value IS 196 (76.95% from 255) = 30.58%
R=39.31%
G=30.11%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219319600.230.220.01356.9590.7787.25
HexFCC1C40171611655b57
Octal374301304027261545133127
Binary11111100110000011100010001011110110110110010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1C4; }

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

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

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

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

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

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

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

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