#FEB9E4

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

Shades of Cotton Candy #FEB9E4

Tints of Cotton Candy #FEB9E4

Color information

#FEB9E4 (or 0xFEB9E4) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and E4. RGB value is (254,185,228). Sum of RGB (Red+Green+Blue) = 254+185+228=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9E4 is #01461B. Grayscale: #D2D2D2. Windows color (decimal): -83484 or 14989822. OLE color: 14989822.

HSL color Cylindrical-coordinate representation of color #FEB9E4: hue angle of 322.61º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9E4 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB254185228-
CMYK00.270.100.00
HSL322.61º97.18%86.08%-
HSV(B)322.61º27.17%99.61%-
XYZ72.2361.3781.44-
YUV210.53137.86159-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 185 (72.66% from 255) = 27.74%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=38.08%
G=27.74%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418522800.270.100.00322.6197.1886.08
HexFEB9E401BA01436156
Octal376271344033120503141126
Binary1111111010111001111001000110111010010100001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9E4; }

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

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

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

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

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

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

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

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