#FEB4ED

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

Shades of Lavender Rose #FEB4ED

Tints of Lavender Rose #FEB4ED

Color information

#FEB4ED (or 0xFEB4ED) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and ED. RGB value is (254,180,237). Sum of RGB (Red+Green+Blue) = 254+180+237=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4ED is #014B12. Grayscale: #D0D0D0. Windows color (decimal): -84755 or 15578366. OLE color: 15578366.

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

Color convert

RGB254180237-
CMYK00.290.070.00
HSL313.78º97.37%85.1%-
HSV(B)313.78º29.13%99.61%-
XYZ72.4859.8387.85-
YUV208.62144.02160.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 180 (70.70% from 255) = 26.83%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=37.85%
G=26.83%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418023700.290.070.00313.7897.3785.1
HexFEB4ED01D7013a6155
Octal37626435503570472141125
Binary111111101011010011101101011101111010011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4ED; }

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

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

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

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

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

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

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

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