#FEB9EA

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

Shades of Lavender Rose #FEB9EA

Tints of Lavender Rose #FEB9EA

Color information

#FEB9EA (or 0xFEB9EA) is unknown color: approx Lavender Rose. HEX triplet: FE, B9 and EA. RGB value is (254,185,234). Sum of RGB (Red+Green+Blue) = 254+185+234=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9EA is #014615. Grayscale: #D3D3D3. Windows color (decimal): -83478 or 15383038. OLE color: 15383038.

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

Color convert

RGB254185234-
CMYK00.270.080.00
HSL317.39º97.18%86.08%-
HSV(B)317.39º27.17%99.61%-
XYZ73.0761.7185.9-
YUV211.22140.86158.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 185 (72.66% from 255) = 27.49%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=37.74%
G=27.49%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418523400.270.080.00317.3997.1886.08
HexFEB9EA01B8013d6156
Octal376271352033100475141126
Binary1111111010111001111010100110111000010011110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9EA; }

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

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

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

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

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

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

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

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