#FFB5EB

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

Shades of Lavender Rose #FFB5EB

Tints of Lavender Rose #FFB5EB

Color information

#FFB5EB (or 0xFFB5EB) is unknown color: approx Lavender Rose. HEX triplet: FF, B5 and EB. RGB value is (255,181,235). Sum of RGB (Red+Green+Blue) = 255+181+235=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5EB is #004A14. Grayscale: #D1D1D1. Windows color (decimal): -18965 or 15447551. OLE color: 15447551.

HSL color Cylindrical-coordinate representation of color #FFB5EB: hue angle of 316.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5EB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255181235-
CMYK00.290.080
HSL316.22º100%85.49%-
HSV(B)316.22º29.02%100%-
XYZ72.7660.3186.4-
YUV209.28142.52160.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 181 (71.09% from 255) = 26.97%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=38.00%
G=26.97%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518123500.290.080316.2210085.49
HexFFB5EB01D8013c6455
Octal377265353035100474144125
Binary1111111110110101111010110111011000010011110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5EB; }

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

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

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

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

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

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

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

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