Html Css Color HEX #FAAAFE Lavender Rose

📋 copy color: '#FAAAFE'

red 250 ◦ green 170 ◦ blue 254

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

Shades of Lavender Rose #FAAAFE

Tints of Lavender Rose #FAAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.69%

R = 37.09%
G = 25.22%
B = 37.69%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FAAAFE (or 0xFAAAFE) is known color: Lavender Rose. HEX triplet: FA, AA and FE. RGB value is (250,170,254). Sum of RGB (Red+Green+Blue) = 250+170+254=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 170 (66.80% from 255 or 25.22% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAFE is #055501. Grayscale: #CBCBCB. Windows color (decimal): -349442 or 16689914. OLE color: 16689914.

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

Color convert

RGB 250 170 254 -
CMYK 0.02 0.33 0 0.00
HSL 297.14º 0.98% 0.83% -
HSV(B) 297.14º 0.33% 1% -
XYZ 71.69 56.23 100.84 -
YUV 203.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 250 170 254 0.02 0.33 0 0.00 297.14 0.98 0.83
Hex FA AA FE 2 21 0 0 129 62 53
Octal 372 252 376 2 41 0 0 451 142 123
Binary 11111010 10101010 11111110 10 100001 0 0 100101001 1100010 1010011

Color Harmonies of #FAAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAFE

Black with #FAAAFE

Text Example


Text Example

White with #FAAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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