#FCC0DA

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

Shades of Cotton Candy #FCC0DA

Tints of Cotton Candy #FCC0DA

Color information

#FCC0DA (or 0xFCC0DA) is unknown color: approx Cotton Candy. HEX triplet: FC, C0 and DA. RGB value is (252,192,218). Sum of RGB (Red+Green+Blue) = 252+192+218=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0DA is #033F25. Grayscale: #D4D4D4. Windows color (decimal): -212774 or 14336252. OLE color: 14336252.

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

Color convert

RGB252192218-
CMYK00.240.130.01
HSL334º90.91%87.06%-
HSV(B)334º23.81%98.82%-
XYZ71.6563.4674.8-
YUV212.9130.88155.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 192 (75.39% from 255) = 29.00%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=38.07%
G=29.00%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219221800.240.130.0133490.9187.06
HexFCC0DA018D114e5b57
Octal374300332030151516133127
Binary1111110011000000110110100110001101110100111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0DA; }

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

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

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

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

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

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

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

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