#FABAF7

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

Shades of Lavender Rose #FABAF7

Tints of Lavender Rose #FABAF7

Color information

#FABAF7 (or 0xFABAF7) is unknown color: approx Lavender Rose. HEX triplet: FA, BA and F7. RGB value is (250,186,247). Sum of RGB (Red+Green+Blue) = 250+186+247=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 186 (73.05% from 255 or 27.23% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF7 is #054508. Grayscale: #D3D3D3. Windows color (decimal): -345353 or 16235258. OLE color: 16235258.

HSL color Cylindrical-coordinate representation of color #FABAF7: hue angle of 302.81º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABAF7 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250186247-
CMYK00.260.010.02
HSL302.81º86.49%85.49%-
HSV(B)302.81º25.6%98.04%-
XYZ73.7762.1696.11-
YUV212.09147.7155.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 186 (73.05% from 255) = 27.23%
BLUE value IS 247 (96.88% from 255) = 36.16%
R=36.60%
G=27.23%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018624700.260.010.02302.8186.4985.49
HexFABAF701A1212f5655
Octal37227236703212457126125
Binary11111010101110101111011101101011010010111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAF7; }

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

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

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

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

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

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

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

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