Html Css Color HEX #FAAAE8 Lavender Rose

📋 copy color: '#FAAAE8'

red 250 ◦ green 170 ◦ blue 232

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

Shades of Lavender Rose #FAAAE8

Tints of Lavender Rose #FAAAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.58%

R = 38.34%
G = 26.07%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAAAE8 (or 0xFAAAE8) is known color: Lavender Rose. HEX triplet: FA, AA and E8. RGB value is (250,170,232). Sum of RGB (Red+Green+Blue) = 250+170+232=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAE8 is #055517. Grayscale: #C8C8C8. Windows color (decimal): -349464 or 15248122. OLE color: 15248122.

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

Color convert

RGB 250 170 232 -
CMYK 0 0.32 0.07 0.02
HSL 313.5º 0.89% 0.82% -
HSV(B) 313.5º 0.32% 0.98% -
XYZ 68.36 54.9 83.34 -
YUV 200.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 250 170 232 0 0.32 0.07 0.02 313.5 0.89 0.82
Hex FA AA E8 0 20 7 2 13A 59 52
Octal 372 252 350 0 40 7 2 472 131 122
Binary 11111010 10101010 11101000 0 100000 111 10 100111010 1011001 1010010

Color Harmonies of #FAAAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAE8

Black with #FAAAE8

Text Example


Text Example

White with #FAAAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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