#FEB6DD

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

Shades of Cotton Candy #FEB6DD

Tints of Cotton Candy #FEB6DD

Color information

#FEB6DD (or 0xFEB6DD) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and DD. RGB value is (254,182,221). Sum of RGB (Red+Green+Blue) = 254+182+221=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6DD is #014922. Grayscale: #CFCFCF. Windows color (decimal): -84259 or 14530302. OLE color: 14530302.

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

Color convert

RGB254182221-
CMYK00.280.130.00
HSL327.5º97.3%85.49%-
HSV(B)327.5º28.35%99.61%-
XYZ70.6559.7576.22-
YUV207.97135.35160.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 182 (71.48% from 255) = 27.70%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=38.66%
G=27.70%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418222100.280.130.00327.597.385.49
HexFEB6DD01CD01486155
Octal376266335034150510141125
Binary1111111010110110110111010111001101010100100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6DD; }

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

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

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

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

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

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

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

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