#FEBDE7

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

Shades of Classic Rose #FEBDE7

Tints of Classic Rose #FEBDE7

Color information

#FEBDE7 (or 0xFEBDE7) is unknown color: approx Classic Rose. HEX triplet: FE, BD and E7. RGB value is (254,189,231). Sum of RGB (Red+Green+Blue) = 254+189+231=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDE7 is #014218. Grayscale: #D5D5D5. Windows color (decimal): -82457 or 15187454. OLE color: 15187454.

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

Color convert

RGB254189231-
CMYK00.260.090.00
HSL321.23º97.01%86.86%-
HSV(B)321.23º25.59%99.61%-
XYZ73.4963.2483.93-
YUV213.22138.03157.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 189 (74.22% from 255) = 28.04%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=37.69%
G=28.04%
B=34.27%

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
Decimal25418923100.260.090.00321.2397.0186.86
HexFEBDE701A901416157
Octal376275347032110501141127
Binary1111111010111101111001110110101001010100000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDE7; }

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

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

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

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

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

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

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

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