#FEC0DD

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

Shades of Cotton Candy #FEC0DD

Tints of Cotton Candy #FEC0DD

Color information

#FEC0DD (or 0xFEC0DD) is unknown color: approx Cotton Candy. HEX triplet: FE, C0 and DD. RGB value is (254,192,221). Sum of RGB (Red+Green+Blue) = 254+192+221=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DD is #013F22. Grayscale: #D5D5D5. Windows color (decimal): -81699 or 14532862. OLE color: 14532862.

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

Color convert

RGB254192221-
CMYK00.240.130.00
HSL331.94º96.88%87.45%-
HSV(B)331.94º24.41%99.61%-
XYZ72.7763.9976.92-
YUV213.84132.04156.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=38.08%
G=28.79%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419222100.240.130.00331.9496.8887.45
HexFEC0DD018D014c6157
Octal376300335030150514141127
Binary1111111011000000110111010110001101010100110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0DD; }

 p { color: rgb(254,192,221); }

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

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

 a { background-color: rgb(254,192,221); }

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

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

 span { border-color: rgb(254,192,221); }

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