#FEBDE8

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

Shades of Classic Rose #FEBDE8

Tints of Classic Rose #FEBDE8

Color information

#FEBDE8 (or 0xFEBDE8) is unknown color: approx Classic Rose. HEX triplet: FE, BD and E8. RGB value is (254,189,232). Sum of RGB (Red+Green+Blue) = 254+189+232=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDE8 is #014217. Grayscale: #D5D5D5. Windows color (decimal): -82456 or 15252990. OLE color: 15252990.

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

Color convert

RGB254189232-
CMYK00.260.090.00
HSL320.31º97.01%86.86%-
HSV(B)320.31º25.59%99.61%-
XYZ73.6463.2984.68-
YUV213.34138.53157-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 189 (74.22% from 255) = 28%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=37.63%
G=28%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418923200.260.090.00320.3197.0186.86
HexFEBDE801A901406157
Octal376275350032110500141127
Binary1111111010111101111010000110101001010100000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDE8; }

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

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

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

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

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

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

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

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