#FEBDE2

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

Shades of Cotton Candy #FEBDE2

Tints of Cotton Candy #FEBDE2

Color information

#FEBDE2 (or 0xFEBDE2) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and E2. RGB value is (254,189,226). Sum of RGB (Red+Green+Blue) = 254+189+226=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDE2 is #01421D. Grayscale: #D4D4D4. Windows color (decimal): -82462 or 14859774. OLE color: 14859774.

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

Color convert

RGB254189226-
CMYK00.260.110.00
HSL325.85º97.01%86.86%-
HSV(B)325.85º25.59%99.61%-
XYZ72.862.9680.27-
YUV212.65135.53157.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 226 (88.67% from 255) = 33.78%
R=37.97%
G=28.25%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418922600.260.110.00325.8597.0186.86
HexFEBDE201AB01466157
Octal376275342032130506141127
Binary1111111010111101111000100110101011010100011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDE2; }

 p { color: rgb(254,189,226); }

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

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

 a { background-color: rgb(254,189,226); }

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

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

 span { border-color: rgb(254,189,226); }

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