#FEB7D2

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

Shades of Cotton Candy #FEB7D2

Tints of Cotton Candy #FEB7D2

Color information

#FEB7D2 (or 0xFEB7D2) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and D2. RGB value is (254,183,210). Sum of RGB (Red+Green+Blue) = 254+183+210=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 183 (71.88% from 255 or 28.28% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D2 is #01482D. Grayscale: #CFCFCF. Windows color (decimal): -84014 or 13809662. OLE color: 13809662.

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

Color convert

RGB254183210-
CMYK00.280.170.00
HSL337.18º97.26%85.69%-
HSV(B)337.18º27.95%99.61%-
XYZ69.4459.5968.82-
YUV207.31129.52161.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 183 (71.88% from 255) = 28.28%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=39.26%
G=28.28%
B=32.46%

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
Decimal25418321000.280.170.00337.1897.2685.69
HexFEB7D201C1101516156
Octal376267322034210521141126
Binary11111110101101111101001001110010001010101000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7D2; }

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

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

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

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

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

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

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

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