#F5B6EC

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

Shades of Lavender Rose #F5B6EC

Tints of Lavender Rose #F5B6EC

Color information

#F5B6EC (or 0xF5B6EC) is unknown color: approx Lavender Rose. HEX triplet: F5, B6 and EC. RGB value is (245,182,236). Sum of RGB (Red+Green+Blue) = 245+182+236=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 182 (71.48% from 255 or 27.45% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B6EC is #0A4913. Grayscale: #CECECE. Windows color (decimal): -674068 or 15513333. OLE color: 15513333.

HSL color Cylindrical-coordinate representation of color #F5B6EC: hue angle of 308.57º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B6EC is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245182236-
CMYK00.260.040.04
HSL308.57º75.9%83.73%-
HSV(B)308.57º25.71%96.08%-
XYZ69.5258.9287.07-
YUV206.99144.37155.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.95%
GREEN value IS 182 (71.48% from 255) = 27.45%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=36.95%
G=27.45%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518223600.260.040.04308.5775.983.73
HexF5B6EC01A441354c54
Octal36526635403244465114124
Binary11110101101101101110110001101010010010011010110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B6EC; }

 p { color: rgb(245,182,236); }

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

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

 a { background-color: rgb(245,182,236); }

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

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

 span { border-color: rgb(245,182,236); }

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