#FAB1FB

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

Shades of Lavender Rose #FAB1FB

Tints of Lavender Rose #FAB1FB

Color information

#FAB1FB (or 0xFAB1FB) is unknown color: approx Lavender Rose. HEX triplet: FA, B1 and FB. RGB value is (250,177,251). Sum of RGB (Red+Green+Blue) = 250+177+251=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 177 (69.53% from 255 or 26.11% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB1FB is #054E04. Grayscale: #CFCFCF. Windows color (decimal): -347653 or 16495098. OLE color: 16495098.

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

Color convert

RGB250177251-
CMYK0.000.2900.02
HSL299.19º90.24%83.92%-
HSV(B)299.19º29.48%98.43%-
XYZ72.5658.7398.78-
YUV207.26152.68158.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 177 (69.53% from 255) = 26.11%
BLUE value IS 251 (98.44% from 255) = 37.02%
R=36.87%
G=26.11%
B=37.02%

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
Decimal2501772510.000.2900.02299.1990.2483.92
HexFAB1FB01D0212b5a54
Octal37226137303502453132124
Binary11111010101100011111101101110101010010101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1FB; }

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

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

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

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

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

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

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

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