#FEB7DD

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

Shades of Cotton Candy #FEB7DD

Tints of Cotton Candy #FEB7DD

Color information

#FEB7DD (or 0xFEB7DD) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and DD. RGB value is (254,183,221). Sum of RGB (Red+Green+Blue) = 254+183+221=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7DD is #014822. Grayscale: #D0D0D0. Windows color (decimal): -84003 or 14530558. OLE color: 14530558.

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

Color convert

RGB254183221-
CMYK00.280.130.00
HSL327.89º97.26%85.69%-
HSV(B)327.89º27.95%99.61%-
XYZ70.8660.1676.28-
YUV208.56135.02160.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 183 (71.88% from 255) = 27.81%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=38.60%
G=27.81%
B=33.59%

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
Decimal25418322100.280.130.00327.8997.2685.69
HexFEB7DD01CD01486156
Octal376267335034150510141126
Binary1111111010110111110111010111001101010100100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7DD; }

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

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

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

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

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

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

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

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