#FEB9E8

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

Shades of Lavender Rose #FEB9E8

Tints of Lavender Rose #FEB9E8

Color information

#FEB9E8 (or 0xFEB9E8) is unknown color: approx Lavender Rose. HEX triplet: FE, B9 and E8. RGB value is (254,185,232). Sum of RGB (Red+Green+Blue) = 254+185+232=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9E8 is #014617. Grayscale: #D2D2D2. Windows color (decimal): -83480 or 15251966. OLE color: 15251966.

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

Color convert

RGB254185232-
CMYK00.270.090.00
HSL319.13º97.18%86.08%-
HSV(B)319.13º27.17%99.61%-
XYZ72.7961.5984.4-
YUV210.99139.86158.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 185 (72.66% from 255) = 27.57%
BLUE value IS 232 (91.02% from 255) = 34.58%
R=37.85%
G=27.57%
B=34.58%

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
Decimal25418523200.270.090.00319.1397.1886.08
HexFEB9E801B9013f6156
Octal376271350033110477141126
Binary1111111010111001111010000110111001010011111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9E8; }

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

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

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

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

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

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

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

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