#FAB3F0

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

Shades of Lavender Rose #FAB3F0

Tints of Lavender Rose #FAB3F0

Color information

#FAB3F0 (or 0xFAB3F0) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and F0. RGB value is (250,179,240). Sum of RGB (Red+Green+Blue) = 250+179+240=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F0 is #054C0F. Grayscale: #CFCFCF. Windows color (decimal): -347152 or 15774714. OLE color: 15774714.

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

Color convert

RGB250179240-
CMYK00.280.040.02
HSL308.45º87.65%84.12%-
HSV(B)308.45º28.4%98.04%-
XYZ71.2758.8690.04-
YUV207.18146.52158.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 179 (70.31% from 255) = 26.76%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=37.37%
G=26.76%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017924000.280.040.02308.4587.6584.12
HexFAB3F001C421345854
Octal37226336003442464130124
Binary1111101010110011111100000111001001010011010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3F0; }

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

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

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

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

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

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

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

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