#F7AAFB

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

Shades of Lavender Rose #F7AAFB

Tints of Lavender Rose #F7AAFB

Color information

#F7AAFB (or 0xF7AAFB) is unknown color: approx Lavender Rose. HEX triplet: F7, AA and FB. RGB value is (247,170,251). Sum of RGB (Red+Green+Blue) = 247+170+251=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 170 (66.80% from 255 or 25.45% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7AAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AAFB is #085504. Grayscale: #CACACA. Windows color (decimal): -546053 or 16493303. OLE color: 16493303.

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

Color convert

RGB247170251-
CMYK0.020.3200.02
HSL297.04º91.01%82.55%-
HSV(B)297.04º32.27%98.43%-
XYZ70.1555.4998.28-
YUV202.26155.51159.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 170 (66.80% from 255) = 25.45%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=36.98%
G=25.45%
B=37.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471702510.020.3200.02297.0491.0182.55
HexF7AAFB220021295b53
Octal36725237324002451133123
Binary1111011110101010111110111010000001010010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAFB; }

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

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

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

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

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

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

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

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