#FEB7D3

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

Shades of Cotton Candy #FEB7D3

Tints of Cotton Candy #FEB7D3

Color information

#FEB7D3 (or 0xFEB7D3) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and D3. RGB value is (254,183,211). Sum of RGB (Red+Green+Blue) = 254+183+211=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7D3 is #01482C. Grayscale: #CFCFCF. Windows color (decimal): -84013 or 13875198. OLE color: 13875198.

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

Color convert

RGB254183211-
CMYK00.280.170.00
HSL336.34º97.26%85.69%-
HSV(B)336.34º27.95%99.61%-
XYZ69.5659.6469.47-
YUV207.42130.02161.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 183 (71.88% from 255) = 28.24%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=39.20%
G=28.24%
B=32.56%

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
Decimal25418321100.280.170.00336.3497.2685.69
HexFEB7D301C1101506156
Octal376267323034210520141126
Binary11111110101101111101001101110010001010101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7D3; }

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

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

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

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

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

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

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

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