#FEB7E9

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

Shades of Lavender Rose #FEB7E9

Tints of Lavender Rose #FEB7E9

Color information

#FEB7E9 (or 0xFEB7E9) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and E9. RGB value is (254,183,233). Sum of RGB (Red+Green+Blue) = 254+183+233=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 183 (71.88% from 255 or 27.31% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7E9 is #014816. Grayscale: #D1D1D1. Windows color (decimal): -83991 or 15316990. OLE color: 15316990.

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

Color convert

RGB254183233-
CMYK00.280.080.00
HSL317.75º97.26%85.69%-
HSV(B)317.75º27.95%99.61%-
XYZ72.5160.8285.01-
YUV209.93141.02159.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 183 (71.88% from 255) = 27.31%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=37.91%
G=27.31%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418323300.280.080.00317.7597.2685.69
HexFEB7E901C8013e6156
Octal376267351034100476141126
Binary1111111010110111111010010111001000010011111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7E9; }

 p { color: rgb(254,183,233); }

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

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

 a { background-color: rgb(254,183,233); }

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

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

 span { border-color: rgb(254,183,233); }

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