#FAA1FB

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

Shades of Lavender Rose #FAA1FB

Tints of Lavender Rose #FAA1FB

Color information

#FAA1FB (or 0xFAA1FB) is unknown color: approx Lavender Rose. HEX triplet: FA, A1 and FB. RGB value is (250,161,251). Sum of RGB (Red+Green+Blue) = 250+161+251=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 161 (63.28% from 255 or 24.32% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1FB is #055E04. Grayscale: #C5C5C5. Windows color (decimal): -351749 or 16491002. OLE color: 16491002.

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

Color convert

RGB250161251-
CMYK0.000.3600.02
HSL299.33º91.84%80.78%-
HSV(B)299.33º35.86%98.43%-
XYZ69.5852.7897.79-
YUV197.87157.99165.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 161 (63.28% from 255) = 24.32%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=37.76%
G=24.32%
B=37.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501612510.000.3600.02299.3391.8480.78
HexFAA1FB0240212b5c51
Octal37224137304402453134121
Binary111110101010000111111011010010001010010101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1FB; }

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

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

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

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

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

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

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

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