Html Css Color HEX #FAAAE7 Lavender Rose

📋 copy color: '#FAAAE7'

red 250 ◦ green 170 ◦ blue 231

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

Shades of Lavender Rose #FAAAE7

Tints of Lavender Rose #FAAAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.48%

R = 38.4%
G = 26.11%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAAAE7 (or 0xFAAAE7) is known color: Lavender Rose. HEX triplet: FA, AA and E7. RGB value is (250,170,231). Sum of RGB (Red+Green+Blue) = 250+170+231=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAE7 is #055518. Grayscale: #C8C8C8. Windows color (decimal): -349465 or 15182586. OLE color: 15182586.

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

Color convert

RGB 250 170 231 -
CMYK 0 0.32 0.08 0.02
HSL 314.25º 0.89% 0.82% -
HSV(B) 314.25º 0.32% 0.98% -
XYZ 68.22 54.84 82.59 -
YUV 200.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 250 170 231 0 0.32 0.08 0.02 314.25 0.89 0.82
Hex FA AA E7 0 20 8 2 13A 59 52
Octal 372 252 347 0 40 10 2 472 131 122
Binary 11111010 10101010 11100111 0 100000 1000 10 100111010 1011001 1010010

Color Harmonies of #FAAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAE7

Black with #FAAAE7

Text Example


Text Example

White with #FAAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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