#FEB7D9

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

Shades of Cotton Candy #FEB7D9

Tints of Cotton Candy #FEB7D9

Color information

#FEB7D9 (or 0xFEB7D9) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and D9. RGB value is (254,183,217). Sum of RGB (Red+Green+Blue) = 254+183+217=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D9 is #014826. Grayscale: #D0D0D0. Windows color (decimal): -84007 or 14268414. OLE color: 14268414.

HSL color Cylindrical-coordinate representation of color #FEB7D9: hue angle of 331.27º 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 #FEB7D9 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254183217-
CMYK00.280.150.00
HSL331.27º97.26%85.69%-
HSV(B)331.27º27.95%99.61%-
XYZ70.3359.9573.51-
YUV208.1133.02160.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 183 (71.88% from 255) = 27.98%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=38.84%
G=27.98%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418321700.280.150.00331.2797.2685.69
HexFEB7D901CF014b6156
Octal376267331034170513141126
Binary1111111010110111110110010111001111010100101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7D9; }

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

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

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

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

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

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

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

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