Html Css Color HEX #FAAAE3 Lavender Rose

📋 copy color: '#FAAAE3'

red 250 ◦ green 170 ◦ blue 227

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

Shades of Lavender Rose #FAAAE3

Tints of Lavender Rose #FAAAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.09%

R = 38.64%
G = 26.28%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FAAAE3 (or 0xFAAAE3) is known color: Lavender Rose. HEX triplet: FA, AA and E3. RGB value is (250,170,227). Sum of RGB (Red+Green+Blue) = 250+170+227=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE3 is #05551C. Grayscale: #C8C8C8. Windows color (decimal): -349469 or 14920442. OLE color: 14920442.

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

Color convert

RGB 250 170 227 -
CMYK 0 0.32 0.09 0.02
HSL 317.25º 0.89% 0.82% -
HSV(B) 317.25º 0.32% 0.98% -
XYZ 67.66 54.62 79.65 -
YUV 200.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 250 170 227 0 0.32 0.09 0.02 317.25 0.89 0.82
Hex FA AA E3 0 20 9 2 13D 59 52
Octal 372 252 343 0 40 11 2 475 131 122
Binary 11111010 10101010 11100011 0 100000 1001 10 100111101 1011001 1010010

Color Harmonies of #FAAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAE3

Black with #FAAAE3

Text Example


Text Example

White with #FAAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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