#FFC0DE

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

Shades of Cotton Candy #FFC0DE

Tints of Cotton Candy #FFC0DE

Color information

#FFC0DE (or 0xFFC0DE) is unknown color: approx Cotton Candy. HEX triplet: FF, C0 and DE. RGB value is (255,192,222). Sum of RGB (Red+Green+Blue) = 255+192+222=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0DE is #003F21. Grayscale: #D6D6D6. Windows color (decimal): -16162 or 14598399. OLE color: 14598399.

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

Color convert

RGB255192222-
CMYK00.250.130
HSL331.43º100%87.65%-
HSV(B)331.43º24.71%100%-
XYZ73.2764.2377.64-
YUV214.26132.37157.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 192 (75.39% from 255) = 28.70%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=38.12%
G=28.70%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519222200.250.130331.4310087.65
HexFFC0DE019D014b6458
Octal377300336031150513144130
Binary1111111111000000110111100110011101010100101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0DE; }

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

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

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

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

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

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

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

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