#FEBDE9

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

Shades of Classic Rose #FEBDE9

Tints of Classic Rose #FEBDE9

Color information

#FEBDE9 (or 0xFEBDE9) is unknown color: approx Classic Rose. HEX triplet: FE, BD and E9. RGB value is (254,189,233). Sum of RGB (Red+Green+Blue) = 254+189+233=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDE9 is #014216. Grayscale: #D5D5D5. Windows color (decimal): -82455 or 15318526. OLE color: 15318526.

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

Color convert

RGB254189233-
CMYK00.260.080.00
HSL319.38º97.01%86.86%-
HSV(B)319.38º25.59%99.61%-
XYZ73.7863.3585.43-
YUV213.45139.03156.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 189 (74.22% from 255) = 27.96%
BLUE value IS 233 (91.41% from 255) = 34.47%
R=37.57%
G=27.96%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418923300.260.080.00319.3897.0186.86
HexFEBDE901A8013f6157
Octal376275351032100477141127
Binary1111111010111101111010010110101000010011111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDE9; }

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

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

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

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

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

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

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

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