#FCC0D9

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

Shades of Cotton Candy #FCC0D9

Tints of Cotton Candy #FCC0D9

Color information

#FCC0D9 (or 0xFCC0D9) is unknown color: approx Cotton Candy. HEX triplet: FC, C0 and D9. RGB value is (252,192,217). Sum of RGB (Red+Green+Blue) = 252+192+217=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 192 (75.39% from 255 or 29.05% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0D9 is #033F26. Grayscale: #D4D4D4. Windows color (decimal): -212775 or 14270716. OLE color: 14270716.

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

Color convert

RGB252192217-
CMYK00.240.140.01
HSL335º90.91%87.06%-
HSV(B)335º23.81%98.82%-
XYZ71.5263.474.11-
YUV212.79130.38155.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 192 (75.39% from 255) = 29.05%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=38.12%
G=29.05%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219221700.240.140.0133590.9187.06
HexFCC0D9018E114f5b57
Octal374300331030161517133127
Binary1111110011000000110110010110001110110100111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0D9; }

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

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

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

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

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

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

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

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