Html Css Color HEX #FAAAE1 Lavender Rose

📋 copy color: '#FAAAE1'

red 250 ◦ green 170 ◦ blue 225

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

Shades of Lavender Rose #FAAAE1

Tints of Lavender Rose #FAAAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 38.76%
G = 26.36%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAAAE1 (or 0xFAAAE1) is known color: Lavender Rose. HEX triplet: FA, AA and E1. RGB value is (250,170,225). Sum of RGB (Red+Green+Blue) = 250+170+225=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE1 is #05551E. Grayscale: #C8C8C8. Windows color (decimal): -349471 or 14789370. OLE color: 14789370.

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

Color convert

RGB 250 170 225 -
CMYK 0 0.32 0.10 0.02
HSL 318.75º 0.89% 0.82% -
HSV(B) 318.75º 0.32% 0.98% -
XYZ 67.39 54.51 78.2 -
YUV 200.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 250 170 225 0 0.32 0.10 0.02 318.75 0.89 0.82
Hex FA AA E1 0 20 A 2 13F 59 52
Octal 372 252 341 0 40 12 2 477 131 122
Binary 11111010 10101010 11100001 0 100000 1010 10 100111111 1011001 1010010

Color Harmonies of #FAAAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAE1

Black with #FAAAE1

Text Example


Text Example

White with #FAAAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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