#FEB0E2

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

Shades of Lavender Rose #FEB0E2

Tints of Lavender Rose #FEB0E2

Color information

#FEB0E2 (or 0xFEB0E2) is unknown color: approx Lavender Rose. HEX triplet: FE, B0 and E2. RGB value is (254,176,226). Sum of RGB (Red+Green+Blue) = 254+176+226=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0E2 is #014F1D. Grayscale: #CCCCCC. Windows color (decimal): -85790 or 14856446. OLE color: 14856446.

HSL color Cylindrical-coordinate representation of color #FEB0E2: hue angle of 321.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0E2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254176226-
CMYK00.310.110.00
HSL321.54º97.5%84.31%-
HSV(B)321.54º30.71%99.61%-
XYZ70.1357.6179.38-
YUV205.02139.84162.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 176 (69.14% from 255) = 26.83%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=38.72%
G=26.83%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417622600.310.110.00321.5497.584.31
HexFEB0E201FB01426254
Octal376260342037130502142124
Binary1111111010110000111000100111111011010100001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0E2; }

 p { color: rgb(254,176,226); }

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

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

 a { background-color: rgb(254,176,226); }

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

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

 span { border-color: rgb(254,176,226); }

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