#FAB0F9

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

Shades of Lavender Rose #FAB0F9

Tints of Lavender Rose #FAB0F9

Color information

#FAB0F9 (or 0xFAB0F9) is unknown color: approx Lavender Rose. HEX triplet: FA, B0 and F9. RGB value is (250,176,249). Sum of RGB (Red+Green+Blue) = 250+176+249=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F9 is #054F06. Grayscale: #CECECE. Windows color (decimal): -347911 or 16363770. OLE color: 16363770.

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

Color convert

RGB250176249-
CMYK00.300.000.02
HSL300.81º88.1%83.53%-
HSV(B)300.81º29.6%98.04%-
XYZ72.0558.2197.06-
YUV206.45152.02159.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 176 (69.14% from 255) = 26.07%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=37.04%
G=26.07%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017624900.300.000.02300.8188.183.53
HexFAB0F901E0212d5854
Octal37226037103602455130124
Binary11111010101100001111100101111001010010110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0F9; }

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

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

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

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

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

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

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

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