#FEB9EE

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

Shades of Lavender Rose #FEB9EE

Tints of Lavender Rose #FEB9EE

Color information

#FEB9EE (or 0xFEB9EE) is unknown color: approx Lavender Rose. HEX triplet: FE, B9 and EE. RGB value is (254,185,238). Sum of RGB (Red+Green+Blue) = 254+185+238=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9EE is #014611. Grayscale: #D3D3D3. Windows color (decimal): -83474 or 15645182. OLE color: 15645182.

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

Color convert

RGB254185238-
CMYK00.270.060.00
HSL313.91º97.18%86.08%-
HSV(B)313.91º27.17%99.61%-
XYZ73.6561.9488.96-
YUV211.67142.86158.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 185 (72.66% from 255) = 27.33%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=37.52%
G=27.33%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418523800.270.060.00313.9197.1886.08
HexFEB9EE01B6013a6156
Octal37627135603360472141126
Binary111111101011100111101110011011110010011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9EE; }

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

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

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

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

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

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

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

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