#FAABF7

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

Shades of Lavender Rose #FAABF7

Tints of Lavender Rose #FAABF7

Color information

#FAABF7 (or 0xFAABF7) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and F7. RGB value is (250,171,247). Sum of RGB (Red+Green+Blue) = 250+171+247=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABF7 is #055408. Grayscale: #CBCBCB. Windows color (decimal): -349193 or 16231418. OLE color: 16231418.

HSL color Cylindrical-coordinate representation of color #FAABF7: hue angle of 302.28º degrees, saturation: 0.89, 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 #FAABF7 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250171247-
CMYK00.320.010.02
HSL302.28º88.76%82.55%-
HSV(B)302.28º31.6%98.04%-
XYZ70.7856.1795.11-
YUV203.29152.67161.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 171 (67.19% from 255) = 25.60%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=37.43%
G=25.60%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017124700.320.010.02302.2888.7682.55
HexFAABF70201212e5953
Octal37225336704012456131123
Binary111110101010101111110111010000011010010111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABF7; }

 p { color: rgb(250,171,247); }

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

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

 a { background-color: rgb(250,171,247); }

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

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

 span { border-color: rgb(250,171,247); }

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