#F7B0EC

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

Shades of Lavender Rose #F7B0EC

Tints of Lavender Rose #F7B0EC

Color information

#F7B0EC (or 0xF7B0EC) is unknown color: approx Lavender Rose. HEX triplet: F7, B0 and EC. RGB value is (247,176,236). Sum of RGB (Red+Green+Blue) = 247+176+236=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B0EC is #084F13. Grayscale: #CBCBCB. Windows color (decimal): -544532 or 15511799. OLE color: 15511799.

HSL color Cylindrical-coordinate representation of color #F7B0EC: hue angle of 309.3º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0EC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247176236-
CMYK00.290.040.03
HSL309.3º81.61%82.94%-
HSV(B)309.3º28.74%96.86%-
XYZ69.0256.8886.7-
YUV204.07146.02158.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.48%
GREEN value IS 176 (69.14% from 255) = 26.71%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=37.48%
G=26.71%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717623600.290.040.03309.381.6182.94
HexF7B0EC01D431355253
Octal36726035403543465122123
Binary1111011110110000111011000111011001110011010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B0EC; }

 p { color: rgb(247,176,236); }

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

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

 a { background-color: rgb(247,176,236); }

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

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

 span { border-color: rgb(247,176,236); }

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