#FEB7E0

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

Shades of Cotton Candy #FEB7E0

Tints of Cotton Candy #FEB7E0

Color information

#FEB7E0 (or 0xFEB7E0) is unknown color: approx Cotton Candy. HEX triplet: FE, B7 and E0. RGB value is (254,183,224). Sum of RGB (Red+Green+Blue) = 254+183+224=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7E0 is #01481F. Grayscale: #D0D0D0. Windows color (decimal): -84000 or 14727166. OLE color: 14727166.

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

Color convert

RGB254183224-
CMYK00.280.120.00
HSL325.35º97.26%85.69%-
HSV(B)325.35º27.95%99.61%-
XYZ71.2660.3278.41-
YUV208.9136.52160.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 183 (71.88% from 255) = 27.69%
BLUE value IS 224 (87.89% from 255) = 33.89%
R=38.43%
G=27.69%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418322400.280.120.00325.3597.2685.69
HexFEB7E001CC01456156
Octal376267340034140505141126
Binary1111111010110111111000000111001100010100010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7E0; }

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

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

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

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

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

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

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

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