Html Css Color HEX #FAAAFB Lavender Rose

📋 copy color: '#FAAAFB'

red 250 ◦ green 170 ◦ blue 251

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

Shades of Lavender Rose #FAAAFB

Tints of Lavender Rose #FAAAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 37.26%
G = 25.34%
B = 37.41%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAAAFB (or 0xFAAAFB) is known color: Lavender Rose. HEX triplet: FA, AA and FB. RGB value is (250,170,251). Sum of RGB (Red+Green+Blue) = 250+170+251=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 170 (66.80% from 255 or 25.34% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAAAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAFB is #055504. Grayscale: #CACACA. Windows color (decimal): -349445 or 16493306. OLE color: 16493306.

HSL color Cylindrical-coordinate representation of color #FAAAFB: hue angle of 299.26º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAFB is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 251 -
CMYK 0.00 0.32 0 0.02
HSL 299.26º 0.91% 0.83% -
HSV(B) 299.26º 0.32% 0.98% -
XYZ 71.21 56.04 98.33 -
YUV 203.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 250 170 251 0.00 0.32 0 0.02 299.26 0.91 0.83
Hex FA AA FB 0 20 0 2 12B 5B 53
Octal 372 252 373 0 40 0 2 453 133 123
Binary 11111010 10101010 11111011 0 100000 0 10 100101011 1011011 1010011

Color Harmonies of #FAAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAFB

Black with #FAAAFB

Text Example


Text Example

White with #FAAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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