#FFC0DC

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

Shades of Cotton Candy #FFC0DC

Tints of Cotton Candy #FFC0DC

Color information

#FFC0DC (or 0xFFC0DC) is unknown color: approx Cotton Candy. HEX triplet: FF, C0 and DC. RGB value is (255,192,220). Sum of RGB (Red+Green+Blue) = 255+192+220=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0DC is #003F23. Grayscale: #D5D5D5. Windows color (decimal): -16164 or 14467327. OLE color: 14467327.

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

Color convert

RGB255192220-
CMYK00.250.140
HSL333.33º100%87.65%-
HSV(B)333.33º24.71%100%-
XYZ73.0164.1376.24-
YUV214.03131.37157.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=38.23%
G=28.79%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519222000.250.140333.3310087.65
HexFFC0DC019E014d6458
Octal377300334031160515144130
Binary1111111111000000110111000110011110010100110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0DC; }

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

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

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

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

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

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

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

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