Html Css Color HEX #FAAAF8 Lavender Rose

📋 copy color: '#FAAAF8'

red 250 ◦ green 170 ◦ blue 248

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

Shades of Lavender Rose #FAAAF8

Tints of Lavender Rose #FAAAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.13%

R = 37.43%
G = 25.45%
B = 37.13%

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

#FAAAF8 (or 0xFAAAF8) is known color: Lavender Rose. HEX triplet: FA, AA and F8. RGB value is (250,170,248). Sum of RGB (Red+Green+Blue) = 250+170+248=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 170 (66.80% from 255 or 25.45% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF8 is #055507. Grayscale: #CACACA. Windows color (decimal): -349448 or 16296698. OLE color: 16296698.

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

Color convert

RGB 250 170 248 -
CMYK 0 0.32 0.01 0.02
HSL 301.5º 0.89% 0.82% -
HSV(B) 301.5º 0.32% 0.98% -
XYZ 70.74 55.85 95.86 -
YUV 202.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 250 170 248 0 0.32 0.01 0.02 301.5 0.89 0.82
Hex FA AA F8 0 20 1 2 12E 59 52
Octal 372 252 370 0 40 1 2 456 131 122
Binary 11111010 10101010 11111000 0 100000 1 10 100101110 1011001 1010010

Color Harmonies of #FAAAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAF8

Black with #FAAAF8

Text Example


Text Example

White with #FAAAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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