#FEB4E8

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

Shades of Lavender Rose #FEB4E8

Tints of Lavender Rose #FEB4E8

Color information

#FEB4E8 (or 0xFEB4E8) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and E8. RGB value is (254,180,232). Sum of RGB (Red+Green+Blue) = 254+180+232=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4E8 is #014B17. Grayscale: #CFCFCF. Windows color (decimal): -84760 or 15250686. OLE color: 15250686.

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

Color convert

RGB254180232-
CMYK00.290.090.00
HSL317.84º97.37%85.1%-
HSV(B)317.84º29.13%99.61%-
XYZ71.7659.5484.05-
YUV208.05141.52160.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 180 (70.70% from 255) = 27.03%
BLUE value IS 232 (91.02% from 255) = 34.83%
R=38.14%
G=27.03%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418023200.290.090.00317.8497.3785.1
HexFEB4E801D9013e6155
Octal376264350035110476141125
Binary1111111010110100111010000111011001010011111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4E8; }

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

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

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

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

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

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

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

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