#FEB5E4

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

Shades of Lavender Rose #FEB5E4

Tints of Lavender Rose #FEB5E4

Color information

#FEB5E4 (or 0xFEB5E4) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and E4. RGB value is (254,181,228). Sum of RGB (Red+Green+Blue) = 254+181+228=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 181 (71.09% from 255 or 27.30% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5E4 is #014A1B. Grayscale: #D0D0D0. Windows color (decimal): -84508 or 14988798. OLE color: 14988798.

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

Color convert

RGB254181228-
CMYK00.290.100.00
HSL321.37º97.33%85.29%-
HSV(B)321.37º28.74%99.61%-
XYZ71.459.7281.16-
YUV208.18139.18160.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 181 (71.09% from 255) = 27.30%
BLUE value IS 228 (89.45% from 255) = 34.39%
R=38.31%
G=27.30%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418122800.290.100.00321.3797.3385.29
HexFEB5E401DA01416155
Octal376265344035120501141125
Binary1111111010110101111001000111011010010100000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5E4; }

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

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

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

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

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

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

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

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