#FAB0F5

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

Shades of Lavender Rose #FAB0F5

Tints of Lavender Rose #FAB0F5

Color information

#FAB0F5 (or 0xFAB0F5) is unknown color: approx Lavender Rose. HEX triplet: FA, B0 and F5. RGB value is (250,176,245). Sum of RGB (Red+Green+Blue) = 250+176+245=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F5 is #054F0A. Grayscale: #CDCDCD. Windows color (decimal): -347915 or 16101626. OLE color: 16101626.

HSL color Cylindrical-coordinate representation of color #FAB0F5: hue angle of 304.05º 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 #FAB0F5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250176245-
CMYK00.300.020.02
HSL304.05º88.1%83.53%-
HSV(B)304.05º29.6%98.04%-
XYZ71.4357.9793.81-
YUV205.99150.02159.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 176 (69.14% from 255) = 26.23%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=37.26%
G=26.23%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017624500.300.020.02304.0588.183.53
HexFAB0F501E221305854
Octal37226036503622460130124
Binary111110101011000011110101011110101010011000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0F5; }

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

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

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

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

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

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

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

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