Html Css Color HEX #FAAAF9 Lavender Rose

📋 copy color: '#FAAAF9'

red 250 ◦ green 170 ◦ blue 249

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

Shades of Lavender Rose #FAAAF9

Tints of Lavender Rose #FAAAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.22%

R = 37.37%
G = 25.41%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAAAF9 (or 0xFAAAF9) is known color: Lavender Rose. HEX triplet: FA, AA and F9. RGB value is (250,170,249). Sum of RGB (Red+Green+Blue) = 250+170+249=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 170 (66.80% from 255 or 25.41% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF9 is #055506. Grayscale: #CACACA. Windows color (decimal): -349447 or 16362234. OLE color: 16362234.

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

Color convert

RGB 250 170 249 -
CMYK 0 0.32 0.00 0.02
HSL 300.75º 0.89% 0.82% -
HSV(B) 300.75º 0.32% 0.98% -
XYZ 70.9 55.91 96.68 -
YUV 202.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 250 170 249 0 0.32 0.00 0.02 300.75 0.89 0.82
Hex FA AA F9 0 20 0 2 12D 59 52
Octal 372 252 371 0 40 0 2 455 131 122
Binary 11111010 10101010 11111001 0 100000 0 10 100101101 1011001 1010010

Color Harmonies of #FAAAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAF9

Black with #FAAAF9

Text Example


Text Example

White with #FAAAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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