#FEBDE5

Color #FEBDE5 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FEBDE5

Tints of Classic Rose #FEBDE5

Color information

#FEBDE5 (or 0xFEBDE5) is unknown color: approx Classic Rose. HEX triplet: FE, BD and E5. RGB value is (254,189,229). Sum of RGB (Red+Green+Blue) = 254+189+229=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDE5 is #01421A. Grayscale: #D4D4D4. Windows color (decimal): -82459 or 15056382. OLE color: 15056382.

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

Color convert

RGB254189229-
CMYK00.260.100.00
HSL323.08º97.01%86.86%-
HSV(B)323.08º25.59%99.61%-
XYZ73.2163.1282.45-
YUV213137.03157.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 189 (74.22% from 255) = 28.12%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=37.80%
G=28.12%
B=34.08%

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
Decimal25418922900.260.100.00323.0897.0186.86
HexFEBDE501AA01436157
Octal376275345032120503141127
Binary1111111010111101111001010110101010010100001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDE5; }

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

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

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

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

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

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

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

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