#FCC1D4

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

Shades of Cotton Candy #FCC1D4

Tints of Cotton Candy #FCC1D4

Color information

#FCC1D4 (or 0xFCC1D4) is unknown color: approx Cotton Candy. HEX triplet: FC, C1 and D4. RGB value is (252,193,212). Sum of RGB (Red+Green+Blue) = 252+193+212=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 193 (75.78% from 255 or 29.38% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1D4 is #033E2B. Grayscale: #D4D4D4. Windows color (decimal): -212524 or 13943292. OLE color: 13943292.

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

Color convert

RGB252193212-
CMYK00.230.160.01
HSL340.68º90.77%87.25%-
HSV(B)340.68º23.41%98.82%-
XYZ71.163.5970.81-
YUV212.81127.55155.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 193 (75.78% from 255) = 29.38%
BLUE value IS 212 (83.20% from 255) = 32.27%
R=38.36%
G=29.38%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219321200.230.160.01340.6890.7787.25
HexFCC1D40171011555b57
Octal374301324027201525133127
Binary11111100110000011101010001011110000110101010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1D4; }

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

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

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

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

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

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

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

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