#FEB1E8

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

Shades of Lavender Rose #FEB1E8

Tints of Lavender Rose #FEB1E8

Color information

#FEB1E8 (or 0xFEB1E8) is unknown color: approx Lavender Rose. HEX triplet: FE, B1 and E8. RGB value is (254,177,232). Sum of RGB (Red+Green+Blue) = 254+177+232=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB1E8 is #014E17. Grayscale: #CECECE. Windows color (decimal): -85528 or 15249918. OLE color: 15249918.

HSL color Cylindrical-coordinate representation of color #FEB1E8: hue angle of 317.14º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB1E8 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254177232-
CMYK00.300.090.00
HSL317.14º97.47%84.51%-
HSV(B)317.14º30.31%99.61%-
XYZ71.1658.3483.85-
YUV206.29142.51162.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 177 (69.53% from 255) = 26.70%
BLUE value IS 232 (91.02% from 255) = 34.99%
R=38.31%
G=26.70%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417723200.300.090.00317.1497.4784.51
HexFEB1E801E9013d6155
Octal376261350036110475141125
Binary1111111010110001111010000111101001010011110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1E8; }

 p { color: rgb(254,177,232); }

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

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

 a { background-color: rgb(254,177,232); }

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

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

 span { border-color: rgb(254,177,232); }

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