#FEB9DE

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

Shades of Cotton Candy #FEB9DE

Tints of Cotton Candy #FEB9DE

Color information

#FEB9DE (or 0xFEB9DE) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and DE. RGB value is (254,185,222). Sum of RGB (Red+Green+Blue) = 254+185+222=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9DE is #014621. Grayscale: #D1D1D1. Windows color (decimal): -83490 or 14596606. OLE color: 14596606.

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

Color convert

RGB254185222-
CMYK00.270.130.00
HSL327.83º97.18%86.08%-
HSV(B)327.83º27.17%99.61%-
XYZ71.4161.0477.13-
YUV209.85134.86159.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 185 (72.66% from 255) = 27.99%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=38.43%
G=27.99%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418522200.270.130.00327.8397.1886.08
HexFEB9DE01BD01486156
Octal376271336033150510141126
Binary1111111010111001110111100110111101010100100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9DE; }

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

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

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

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

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

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

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

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