#FEB7E4

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

Shades of Cotton Candy #FEB7E4

Tints of Cotton Candy #FEB7E4

Color information

#FEB7E4 (or 0xFEB7E4) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and E4. RGB value is (254,183,228). Sum of RGB (Red+Green+Blue) = 254+183+228=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7E4 is #01481B. Grayscale: #D1D1D1. Windows color (decimal): -83996 or 14989310. OLE color: 14989310.

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

Color convert

RGB254183228-
CMYK00.280.100.00
HSL321.97º97.26%85.69%-
HSV(B)321.97º27.95%99.61%-
XYZ71.8160.5481.3-
YUV209.36138.52159.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 183 (71.88% from 255) = 27.52%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=38.20%
G=27.52%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418322800.280.100.00321.9797.2685.69
HexFEB7E401CA01426156
Octal376267344034120502141126
Binary1111111010110111111001000111001010010100001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7E4; }

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

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

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

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

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

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

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

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