#FCC1D5

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

Shades of Cotton Candy #FCC1D5

Tints of Cotton Candy #FCC1D5

Color information

#FCC1D5 (or 0xFCC1D5) is unknown color: approx Cotton Candy. HEX triplet: FC, C1 and D5. RGB value is (252,193,213). Sum of RGB (Red+Green+Blue) = 252+193+213=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1D5 is #033E2A. Grayscale: #D4D4D4. Windows color (decimal): -212523 or 14008828. OLE color: 14008828.

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

Color convert

RGB252193213-
CMYK00.230.150.01
HSL339.66º90.77%87.25%-
HSV(B)339.66º23.41%98.82%-
XYZ71.2363.6471.48-
YUV212.92128.05155.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 193 (75.78% from 255) = 29.33%
BLUE value IS 213 (83.59% from 255) = 32.37%
R=38.30%
G=29.33%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219321300.230.150.01339.6690.7787.25
HexFCC1D5017F11545b57
Octal374301325027171524133127
Binary1111110011000001110101010101111111110101010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1D5; }

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

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

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

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

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

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

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

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