Html Css Color HEX #FAAAF2 Lavender Rose

📋 copy color: '#FAAAF2'

red 250 ◦ green 170 ◦ blue 242

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

Shades of Lavender Rose #FAAAF2

Tints of Lavender Rose #FAAAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.56%

R = 37.76%
G = 25.68%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAAAF2 (or 0xFAAAF2) is known color: Lavender Rose. HEX triplet: FA, AA and F2. RGB value is (250,170,242). Sum of RGB (Red+Green+Blue) = 250+170+242=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF2 is #05550D. Grayscale: #C9C9C9. Windows color (decimal): -349454 or 15903482. OLE color: 15903482.

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

Color convert

RGB 250 170 242 -
CMYK 0 0.32 0.03 0.02
HSL 306º 0.89% 0.82% -
HSV(B) 306º 0.32% 0.98% -
XYZ 69.83 55.48 91.03 -
YUV 202.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 250 170 242 0 0.32 0.03 0.02 306 0.89 0.82
Hex FA AA F2 0 20 3 2 132 59 52
Octal 372 252 362 0 40 3 2 462 131 122
Binary 11111010 10101010 11110010 0 100000 11 10 100110010 1011001 1010010

Color Harmonies of #FAAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAF2

Black with #FAAAF2

Text Example


Text Example

White with #FAAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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