#FEB4EF

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

Shades of Lavender Rose #FEB4EF

Tints of Lavender Rose #FEB4EF

Color information

#FEB4EF (or 0xFEB4EF) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and EF. RGB value is (254,180,239). Sum of RGB (Red+Green+Blue) = 254+180+239=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4EF is #014B10. Grayscale: #D0D0D0. Windows color (decimal): -84753 or 15709438. OLE color: 15709438.

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

Color convert

RGB254180239-
CMYK00.290.060.00
HSL312.16º97.37%85.1%-
HSV(B)312.16º29.13%99.61%-
XYZ72.7759.9589.4-
YUV208.85145.02160.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 180 (70.70% from 255) = 26.75%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=37.74%
G=26.75%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418023900.290.060.00312.1697.3785.1
HexFEB4EF01D601386155
Octal37626435703560470141125
Binary111111101011010011101111011101110010011100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4EF; }

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

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

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

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

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

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

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

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