#FAB3F8

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

Shades of Lavender Rose #FAB3F8

Tints of Lavender Rose #FAB3F8

Color information

#FAB3F8 (or 0xFAB3F8) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and F8. RGB value is (250,179,248). Sum of RGB (Red+Green+Blue) = 250+179+248=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 179 (70.31% from 255 or 26.44% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F8 is #054C07. Grayscale: #CFCFCF. Windows color (decimal): -347144 or 16299002. OLE color: 16299002.

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

Color convert

RGB250179248-
CMYK00.280.010.02
HSL301.69º87.65%84.12%-
HSV(B)301.69º28.4%98.04%-
XYZ72.4959.3496.44-
YUV208.09150.52157.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 179 (70.31% from 255) = 26.44%
BLUE value IS 248 (97.27% from 255) = 36.63%
R=36.93%
G=26.44%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017924800.280.010.02301.6987.6584.12
HexFAB3F801C1212e5854
Octal37226337003412456130124
Binary11111010101100111111100001110011010010111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3F8; }

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

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

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

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

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

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

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

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