#FEB9ED

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

Shades of Lavender Rose #FEB9ED

Tints of Lavender Rose #FEB9ED

Color information

#FEB9ED (or 0xFEB9ED) is unknown color: approx Lavender Rose. HEX triplet: FE, B9 and ED. RGB value is (254,185,237). Sum of RGB (Red+Green+Blue) = 254+185+237=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9ED is #014612. Grayscale: #D3D3D3. Windows color (decimal): -83475 or 15579646. OLE color: 15579646.

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

Color convert

RGB254185237-
CMYK00.270.070.00
HSL314.78º97.18%86.08%-
HSV(B)314.78º27.17%99.61%-
XYZ73.5161.8888.19-
YUV211.56142.36158.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 185 (72.66% from 255) = 27.37%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=37.57%
G=27.37%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418523700.270.070.00314.7897.1886.08
HexFEB9ED01B7013b6156
Octal37627135503370473141126
Binary111111101011100111101101011011111010011101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9ED; }

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

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

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

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

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

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

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

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