Html Css Color HEX #FAAAF7 Lavender Rose

📋 copy color: '#FAAAF7'

red 250 ◦ green 170 ◦ blue 247

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

Shades of Lavender Rose #FAAAF7

Tints of Lavender Rose #FAAAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.03%

R = 37.48%
G = 25.49%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAAAF7 (or 0xFAAAF7) is known color: Lavender Rose. HEX triplet: FA, AA and F7. RGB value is (250,170,247). Sum of RGB (Red+Green+Blue) = 250+170+247=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 170 (66.80% from 255 or 25.49% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF7 is #055508. Grayscale: #CACACA. Windows color (decimal): -349449 or 16231162. OLE color: 16231162.

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

Color convert

RGB 250 170 247 -
CMYK 0 0.32 0.01 0.02
HSL 302.25º 0.89% 0.82% -
HSV(B) 302.25º 0.32% 0.98% -
XYZ 70.59 55.79 95.04 -
YUV 202.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 250 170 247 0 0.32 0.01 0.02 302.25 0.89 0.82
Hex FA AA F7 0 20 1 2 12E 59 52
Octal 372 252 367 0 40 1 2 456 131 122
Binary 11111010 10101010 11110111 0 100000 1 10 100101110 1011001 1010010

Color Harmonies of #FAAAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAF7

Black with #FAAAF7

Text Example


Text Example

White with #FAAAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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