#FEB7DB

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

Shades of Cotton Candy #FEB7DB

Tints of Cotton Candy #FEB7DB

Color information

#FEB7DB (or 0xFEB7DB) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and DB. RGB value is (254,183,219). Sum of RGB (Red+Green+Blue) = 254+183+219=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7DB is #014824. Grayscale: #D0D0D0. Windows color (decimal): -84005 or 14399486. OLE color: 14399486.

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

Color convert

RGB254183219-
CMYK00.280.140.00
HSL329.58º97.26%85.69%-
HSV(B)329.58º27.95%99.61%-
XYZ70.5960.0574.89-
YUV208.33134.02160.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 183 (71.88% from 255) = 27.90%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=38.72%
G=27.90%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418321900.280.140.00329.5897.2685.69
HexFEB7DB01CE014a6156
Octal376267333034160512141126
Binary1111111010110111110110110111001110010100101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7DB; }

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

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

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

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

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

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

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

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