#FFC1DC

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

Shades of Cotton Candy #FFC1DC

Tints of Cotton Candy #FFC1DC

Color information

#FFC1DC (or 0xFFC1DC) is unknown color: approx Cotton Candy. HEX triplet: FF, C1 and DC. RGB value is (255,193,220). Sum of RGB (Red+Green+Blue) = 255+193+220=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DC is #003E23. Grayscale: #D6D6D6. Windows color (decimal): -15908 or 14467583. OLE color: 14467583.

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

Color convert

RGB255193220-
CMYK00.240.140
HSL333.87º100%87.84%-
HSV(B)333.87º24.31%100%-
XYZ73.2364.5776.31-
YUV214.62131.04156.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 193 (75.78% from 255) = 28.89%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=38.17%
G=28.89%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519322000.240.140333.8710087.84
HexFFC1DC018E014e6458
Octal377301334030160516144130
Binary1111111111000001110111000110001110010100111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1DC; }

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

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

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

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

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

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

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

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