#FAB3F1

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

Shades of Lavender Rose #FAB3F1

Tints of Lavender Rose #FAB3F1

Color information

#FAB3F1 (or 0xFAB3F1) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and F1. RGB value is (250,179,241). Sum of RGB (Red+Green+Blue) = 250+179+241=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 179 (70.31% from 255 or 26.72% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F1 is #054C0E. Grayscale: #CFCFCF. Windows color (decimal): -347151 or 15840250. OLE color: 15840250.

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

Color convert

RGB250179241-
CMYK00.280.040.02
HSL307.61º87.65%84.12%-
HSV(B)307.61º28.4%98.04%-
XYZ71.4258.9290.83-
YUV207.3147.02158.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 179 (70.31% from 255) = 26.72%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=37.31%
G=26.72%
B=35.97%

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
Decimal25017924100.280.040.02307.6187.6584.12
HexFAB3F101C421345854
Octal37226336103442464130124
Binary1111101010110011111100010111001001010011010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3F1; }

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

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

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

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

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

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

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

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