#FFB9EC

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

Shades of Lavender Rose #FFB9EC

Tints of Lavender Rose #FFB9EC

Color information

#FFB9EC (or 0xFFB9EC) is unknown color: approx Lavender Rose. HEX triplet: FF, B9 and EC. RGB value is (255,185,236). Sum of RGB (Red+Green+Blue) = 255+185+236=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9EC is #004613. Grayscale: #D3D3D3. Windows color (decimal): -17940 or 15514111. OLE color: 15514111.

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

Color convert

RGB255185236-
CMYK00.270.070
HSL316.29º100%86.27%-
HSV(B)316.29º27.45%100%-
XYZ73.7362.0187.44-
YUV211.74141.69158.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 185 (72.66% from 255) = 27.37%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=37.72%
G=27.37%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518523600.270.070316.2910086.27
HexFFB9EC01B7013c6456
Octal37727135403370474144126
Binary111111111011100111101100011011111010011110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9EC; }

 p { color: rgb(255,185,236); }

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

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

 a { background-color: rgb(255,185,236); }

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

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

 span { border-color: rgb(255,185,236); }

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