Html Css Color HEX #FAAAFA Lavender Rose

📋 copy color: '#FAAAFA'

red 250 ◦ green 170 ◦ blue 250

#FAAAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FAAAFA

Tints of Lavender Rose #FAAAFA

RGB

 RED value IS 250 (98.05% from 255) = 37.31%

 GREEN value IS 170 (66.8% from 255) = 25.37%

 BLUE value IS 250 (98.05% from 255) = 37.31%

R = 37.31%
G = 25.37%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAAAFA (or 0xFAAAFA) is known color: Lavender Rose. HEX triplet: FA, AA and FA. RGB value is (250,170,250). Sum of RGB (Red+Green+Blue) = 250+170+250=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 170 (66.80% from 255 or 25.37% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAFA is #055505. Grayscale: #CACACA. Windows color (decimal): -349446 or 16427770. OLE color: 16427770.

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

Color convert

RGB 250 170 250 -
CMYK 0 0.32 0 0.02
HSL 300º 0.89% 0.82% -
HSV(B) 300º 0.32% 0.98% -
XYZ 71.05 55.98 97.5 -
YUV 203.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 250 170 250 0 0.32 0 0.02 300 0.89 0.82
Hex FA AA FA 0 20 0 2 12C 59 52
Octal 372 252 372 0 40 0 2 454 131 122
Binary 11111010 10101010 11111010 0 100000 0 10 100101100 1011001 1010010

Color Harmonies of #FAAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAFA

Black with #FAAAFA

Text Example


Text Example

White with #FAAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAFA; }

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

 H1.HeaderClassName
 {
   color: #FAAAFA;
 }
 .AnyTagClassName
 {
   color: #FAAAFA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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