#FFC1DD

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

Shades of Cotton Candy #FFC1DD

Tints of Cotton Candy #FFC1DD

Color information

#FFC1DD (or 0xFFC1DD) is unknown color: approx Cotton Candy. HEX triplet: FF, C1 and DD. RGB value is (255,193,221). Sum of RGB (Red+Green+Blue) = 255+193+221=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DD is #003E22. Grayscale: #D6D6D6. Windows color (decimal): -15907 or 14533119. OLE color: 14533119.

HSL color Cylindrical-coordinate representation of color #FFC1DD: hue angle of 332.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255193221-
CMYK00.240.130
HSL332.9º100%87.84%-
HSV(B)332.9º24.31%100%-
XYZ73.3664.6277.01-
YUV214.73131.54156.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 193 (75.78% from 255) = 28.85%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=38.12%
G=28.85%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519322100.240.130332.910087.84
HexFFC1DD018D014d6458
Octal377301335030150515144130
Binary1111111111000001110111010110001101010100110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1DD; }

 p { color: rgb(255,193,221); }

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

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

 a { background-color: rgb(255,193,221); }

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

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

 span { border-color: rgb(255,193,221); }

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