#FAB3FB

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

Shades of Lavender Rose #FAB3FB

Tints of Lavender Rose #FAB3FB

Color information

#FAB3FB (or 0xFAB3FB) is unknown color: approx Lavender Rose. HEX triplet: FA, B3 and FB. RGB value is (250,179,251). Sum of RGB (Red+Green+Blue) = 250+179+251=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 179 (70.31% from 255 or 26.32% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3FB is #054C04. Grayscale: #D0D0D0. Windows color (decimal): -347141 or 16495610. OLE color: 16495610.

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

Color convert

RGB250179251-
CMYK0.000.2900.02
HSL299.17º90%84.31%-
HSV(B)299.17º28.69%98.43%-
XYZ72.9659.5398.91-
YUV208.44152.02157.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.76%
GREEN value IS 179 (70.31% from 255) = 26.32%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=36.76%
G=26.32%
B=36.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501792510.000.2900.02299.179084.31
HexFAB3FB01D0212b5a54
Octal37226337303502453132124
Binary11111010101100111111101101110101010010101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB3FB; }

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

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

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

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

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

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

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

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