#FEB4EA

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

Shades of Lavender Rose #FEB4EA

Tints of Lavender Rose #FEB4EA

Color information

#FEB4EA (or 0xFEB4EA) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and EA. RGB value is (254,180,234). Sum of RGB (Red+Green+Blue) = 254+180+234=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4EA is #014B15. Grayscale: #D0D0D0. Windows color (decimal): -84758 or 15381758. OLE color: 15381758.

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

Color convert

RGB254180234-
CMYK00.290.080.00
HSL316.22º97.37%85.1%-
HSV(B)316.22º29.13%99.61%-
XYZ72.0559.6585.56-
YUV208.28142.52160.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 180 (70.70% from 255) = 26.95%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=38.02%
G=26.95%
B=35.03%

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
Decimal25418023400.290.080.00316.2297.3785.1
HexFEB4EA01D8013c6155
Octal376264352035100474141125
Binary1111111010110100111010100111011000010011110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4EA; }

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

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

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

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

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

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

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

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