#FAAAF0

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

Shades of Lavender Rose #FAAAF0

Tints of Lavender Rose #FAAAF0

Color information

#FAAAF0 (or 0xFAAAF0) is unknown color: approx Lavender Rose. HEX triplet: FA, AA and F0. RGB value is (250,170,240). Sum of RGB (Red+Green+Blue) = 250+170+240=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF0 is #05550F. Grayscale: #C9C9C9. Windows color (decimal): -349456 or 15772410. OLE color: 15772410.

HSL color Cylindrical-coordinate representation of color #FAAAF0: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAF0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250170240-
CMYK00.320.040.02
HSL307.5º88.89%82.35%-
HSV(B)307.5º32%98.04%-
XYZ69.5355.3689.46-
YUV201.9149.5162.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 170 (66.80% from 255) = 25.76%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=37.88%
G=25.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017024000.320.040.02307.588.8982.35
HexFAAAF0020421345952
Octal37225236004042464131122
Binary11111010101010101111000001000001001010011010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAF0; }

 p { color: rgb(250,170,240); }

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

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

 a { background-color: rgb(250,170,240); }

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

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

 span { border-color: rgb(250,170,240); }

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