#FEB5EA

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

Shades of Lavender Rose #FEB5EA

Tints of Lavender Rose #FEB5EA

Color information

#FEB5EA (or 0xFEB5EA) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and EA. RGB value is (254,181,234). Sum of RGB (Red+Green+Blue) = 254+181+234=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5EA is #014A15. Grayscale: #D0D0D0. Windows color (decimal): -84502 or 15382014. OLE color: 15382014.

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

Color convert

RGB254181234-
CMYK00.290.080.00
HSL316.44º97.33%85.29%-
HSV(B)316.44º28.74%99.61%-
XYZ72.2560.0685.63-
YUV208.87142.18160.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 181 (71.09% from 255) = 27.06%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=37.97%
G=27.06%
B=34.98%

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
Decimal25418123400.290.080.00316.4497.3385.29
HexFEB5EA01D8013c6155
Octal376265352035100474141125
Binary1111111010110101111010100111011000010011110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5EA; }

 p { color: rgb(254,181,234); }

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

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

 a { background-color: rgb(254,181,234); }

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

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

 span { border-color: rgb(254,181,234); }

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