#FEB4E9

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

Shades of Lavender Rose #FEB4E9

Tints of Lavender Rose #FEB4E9

Color information

#FEB4E9 (or 0xFEB4E9) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and E9. RGB value is (254,180,233). Sum of RGB (Red+Green+Blue) = 254+180+233=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 180 (70.70% from 255 or 26.99% from 667); Blue value is 233 (91.41% from 255 or 34.93% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4E9 is #014B16. Grayscale: #D0D0D0. Windows color (decimal): -84759 or 15316222. OLE color: 15316222.

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

Color convert

RGB254180233-
CMYK00.290.080.00
HSL317.03º97.37%85.1%-
HSV(B)317.03º29.13%99.61%-
XYZ71.959.684.8-
YUV208.17142.02160.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 180 (70.70% from 255) = 26.99%
BLUE value IS 233 (91.41% from 255) = 34.93%
R=38.08%
G=26.99%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418023300.290.080.00317.0397.3785.1
HexFEB4E901D8013d6155
Octal376264351035100475141125
Binary1111111010110100111010010111011000010011110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4E9; }

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

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

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

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

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

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

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

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