#FFB7EC

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

Shades of Lavender Rose #FFB7EC

Tints of Lavender Rose #FFB7EC

Color information

#FFB7EC (or 0xFFB7EC) is unknown color: approx Lavender Rose. HEX triplet: FF, B7 and EC. RGB value is (255,183,236). Sum of RGB (Red+Green+Blue) = 255+183+236=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7EC is #004813. Grayscale: #D2D2D2. Windows color (decimal): -18452 or 15513599. OLE color: 15513599.

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

Color convert

RGB255183236-
CMYK00.280.070
HSL315.83º100%85.88%-
HSV(B)315.83º28.24%100%-
XYZ73.3161.1887.3-
YUV210.57142.35159.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 183 (71.88% from 255) = 27.15%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=37.83%
G=27.15%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518323600.280.070315.8310085.88
HexFFB7EC01C7013c6456
Octal37726735403470474144126
Binary111111111011011111101100011100111010011110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7EC; }

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

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

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

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

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

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

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

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