#FEBDE4

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

Shades of Cotton Candy #FEBDE4

Tints of Cotton Candy #FEBDE4

Color information

#FEBDE4 (or 0xFEBDE4) is unknown color: approx Cotton Candy. HEX triplet: FE, BD and E4. RGB value is (254,189,228). Sum of RGB (Red+Green+Blue) = 254+189+228=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDE4 is #01421B. Grayscale: #D4D4D4. Windows color (decimal): -82460 or 14990846. OLE color: 14990846.

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

Color convert

RGB254189228-
CMYK00.260.100.00
HSL324º97.01%86.86%-
HSV(B)324º25.59%99.61%-
XYZ73.0763.0781.72-
YUV212.88136.53157.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=37.85%
G=28.17%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418922800.260.100.0032497.0186.86
HexFEBDE401AA01446157
Octal376275344032120504141127
Binary1111111010111101111001000110101010010100010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDE4; }

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

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

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

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

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

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

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

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