#FEB5E3

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

Shades of Cotton Candy #FEB5E3

Tints of Cotton Candy #FEB5E3

Color information

#FEB5E3 (or 0xFEB5E3) is unknown color: approx Cotton Candy. HEX triplet: FE, B5 and E3. RGB value is (254,181,227). Sum of RGB (Red+Green+Blue) = 254+181+227=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5E3 is #014A1C. Grayscale: #CFCFCF. Windows color (decimal): -84509 or 14923262. OLE color: 14923262.

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

Color convert

RGB254181227-
CMYK00.290.110.00
HSL322.19º97.33%85.29%-
HSV(B)322.19º28.74%99.61%-
XYZ71.2659.6680.43-
YUV208.07138.68160.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 181 (71.09% from 255) = 27.34%
BLUE value IS 227 (89.06% from 255) = 34.29%
R=38.37%
G=27.34%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418122700.290.110.00322.1997.3385.29
HexFEB5E301DB01426155
Octal376265343035130502141125
Binary1111111010110101111000110111011011010100001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5E3; }

 p { color: rgb(254,181,227); }

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

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

 a { background-color: rgb(254,181,227); }

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

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

 span { border-color: rgb(254,181,227); }

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