#FEBAE8

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

Shades of Lavender Rose #FEBAE8

Tints of Lavender Rose #FEBAE8

Color information

#FEBAE8 (or 0xFEBAE8) is unknown color: approx Lavender Rose. HEX triplet: FE, BA and E8. RGB value is (254,186,232). Sum of RGB (Red+Green+Blue) = 254+186+232=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBAE8 is #014517. Grayscale: #D3D3D3. Windows color (decimal): -83224 or 15252222. OLE color: 15252222.

HSL color Cylindrical-coordinate representation of color #FEBAE8: hue angle of 319.41º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAE8 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254186232-
CMYK00.270.090.00
HSL319.41º97.14%86.27%-
HSV(B)319.41º26.77%99.61%-
XYZ7362.0184.47-
YUV211.58139.53158.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=37.80%
G=27.68%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418623200.270.090.00319.4197.1486.27
HexFEBAE801B9013f6156
Octal376272350033110477141126
Binary1111111010111010111010000110111001010011111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAE8; }

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

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

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

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

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

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

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

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