#FAB3F9

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

Shades of Lavender Rose #FAB3F9

Tints of Lavender Rose #FAB3F9

Color information

#FAB3F9 (or 0xFAB3F9) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and F9. RGB value is (250,179,249). Sum of RGB (Red+Green+Blue) = 250+179+249=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 179 (70.31% from 255 or 26.40% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F9 is #054C06. Grayscale: #D0D0D0. Windows color (decimal): -347143 or 16364538. OLE color: 16364538.

HSL color Cylindrical-coordinate representation of color #FAB3F9: hue angle of 300.85º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3F9 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250179249-
CMYK00.280.000.02
HSL300.85º87.65%84.12%-
HSV(B)300.85º28.4%98.04%-
XYZ72.6459.497.26-
YUV208.21151.02157.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 179 (70.31% from 255) = 26.40%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=36.87%
G=26.40%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017924900.280.000.02300.8587.6584.12
HexFAB3F901C0212d5854
Octal37226337103402455130124
Binary11111010101100111111100101110001010010110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3F9; }

 p { color: rgb(250,179,249); }

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

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

 a { background-color: rgb(250,179,249); }

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

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

 span { border-color: rgb(250,179,249); }

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