#FEB5EB

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

Shades of Lavender Rose #FEB5EB

Tints of Lavender Rose #FEB5EB

Color information

#FEB5EB (or 0xFEB5EB) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and EB. RGB value is (254,181,235). Sum of RGB (Red+Green+Blue) = 254+181+235=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5EB is #014A14. Grayscale: #D0D0D0. Windows color (decimal): -84501 or 15447550. OLE color: 15447550.

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

Color convert

RGB254181235-
CMYK00.290.070.00
HSL315.62º97.33%85.29%-
HSV(B)315.62º28.74%99.61%-
XYZ72.3960.1286.39-
YUV208.98142.68160.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 181 (71.09% from 255) = 27.01%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=37.91%
G=27.01%
B=35.07%

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
Decimal25418123500.290.070.00315.6297.3385.29
HexFEB5EB01D7013c6155
Octal37626535303570474141125
Binary111111101011010111101011011101111010011110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5EB; }

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

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

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

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

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

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

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

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