Html Css Color HEX #FAAAEE Lavender Rose

📋 copy color: '#FAAAEE'

red 250 ◦ green 170 ◦ blue 238

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

Shades of Lavender Rose #FAAAEE

Tints of Lavender Rose #FAAAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.17%

R = 37.99%
G = 25.84%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FAAAEE (or 0xFAAAEE) is known color: Lavender Rose. HEX triplet: FA, AA and EE. RGB value is (250,170,238). Sum of RGB (Red+Green+Blue) = 250+170+238=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAEE is #055511. Grayscale: #C9C9C9. Windows color (decimal): -349458 or 15641338. OLE color: 15641338.

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

Color convert

RGB 250 170 238 -
CMYK 0 0.32 0.05 0.02
HSL 309º 0.89% 0.82% -
HSV(B) 309º 0.32% 0.98% -
XYZ 69.23 55.25 87.9 -
YUV 201.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 250 170 238 0 0.32 0.05 0.02 309 0.89 0.82
Hex FA AA EE 0 20 5 2 135 59 52
Octal 372 252 356 0 40 5 2 465 131 122
Binary 11111010 10101010 11101110 0 100000 101 10 100110101 1011001 1010010

Color Harmonies of #FAAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAEE

Black with #FAAAEE

Text Example


Text Example

White with #FAAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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