#FEB0EE

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

Shades of Lavender Rose #FEB0EE

Tints of Lavender Rose #FEB0EE

Color information

#FEB0EE (or 0xFEB0EE) is unknown color: approx Lavender Rose. HEX triplet: FE, B0 and EE. RGB value is (254,176,238). Sum of RGB (Red+Green+Blue) = 254+176+238=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB0EE is #014F11. Grayscale: #CECECE. Windows color (decimal): -85778 or 15642878. OLE color: 15642878.

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

Color convert

RGB254176238-
CMYK00.310.060.00
HSL312.31º97.5%84.31%-
HSV(B)312.31º30.71%99.61%-
XYZ71.8358.2988.35-
YUV206.39145.84161.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 176 (69.14% from 255) = 26.35%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=38.02%
G=26.35%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417623800.310.060.00312.3197.584.31
HexFEB0EE01F601386254
Octal37626035603760470142124
Binary111111101011000011101110011111110010011100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0EE; }

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

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

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

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

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

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

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

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