#FEB7D4

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

Shades of Cotton Candy #FEB7D4

Tints of Cotton Candy #FEB7D4

Color information

#FEB7D4 (or 0xFEB7D4) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and D4. RGB value is (254,183,212). Sum of RGB (Red+Green+Blue) = 254+183+212=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 183 (71.88% from 255 or 28.20% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D4 is #01482B. Grayscale: #CFCFCF. Windows color (decimal): -84012 or 13940734. OLE color: 13940734.

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

Color convert

RGB254183212-
CMYK00.280.170.00
HSL335.49º97.26%85.69%-
HSV(B)335.49º27.95%99.61%-
XYZ69.6959.6970.14-
YUV207.54130.52161.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 183 (71.88% from 255) = 28.20%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=39.14%
G=28.20%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418321200.280.170.00335.4997.2685.69
HexFEB7D401C11014f6156
Octal376267324034210517141126
Binary11111110101101111101010001110010001010100111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7D4; }

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

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

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

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

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

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

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

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