#F7A6FB

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

Shades of Lavender Rose #F7A6FB

Tints of Lavender Rose #F7A6FB

Color information

#F7A6FB (or 0xF7A6FB) is unknown color: approx Lavender Rose. HEX triplet: F7, A6 and FB. RGB value is (247,166,251). Sum of RGB (Red+Green+Blue) = 247+166+251=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 166 (65.23% from 255 or 25% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7A6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A6FB is #085904. Grayscale: #C7C7C7. Windows color (decimal): -547077 or 16492279. OLE color: 16492279.

HSL color Cylindrical-coordinate representation of color #F7A6FB: hue angle of 297.18º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A6FB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247166251-
CMYK0.020.3400.02
HSL297.18º91.4%81.76%-
HSV(B)297.18º33.86%98.43%-
XYZ69.4154.0198.03-
YUV199.91156.84161.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 166 (65.23% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=37.20%
G=25%
B=37.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471662510.020.3400.02297.1891.481.76
HexF7A6FB222021295b52
Octal36724637324202451133122
Binary1111011110100110111110111010001001010010100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A6FB; }

 p { color: rgb(247,166,251); }

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

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

 a { background-color: rgb(247,166,251); }

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

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

 span { border-color: rgb(247,166,251); }

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