Html Css Color HEX #FFAAE7 Lavender Rose

📋 copy color: '#FFAAE7'

red 255 ◦ green 170 ◦ blue 231

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

Shades of Lavender Rose #FFAAE7

Tints of Lavender Rose #FFAAE7

RGB

 RED value IS 255 (100% from 255) = 38.87%

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

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

R = 38.87%
G = 25.91%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFAAE7 (or 0xFFAAE7) is known color: Lavender Rose. HEX triplet: FF, AA and E7. RGB value is (255,170,231). Sum of RGB (Red+Green+Blue) = 255+170+231=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAE7 is #005518. Grayscale: #CACACA. Windows color (decimal): -21785 or 15182591. OLE color: 15182591.

HSL color Cylindrical-coordinate representation of color #FFAAE7: hue angle of 316.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAE7 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 255 170 231 -
CMYK 0 0.33 0.09 0
HSL 316.94º 1% 0.83% -
HSV(B) 316.94º 0.33% 1% -
XYZ 70.04 55.78 82.68 -
YUV 202.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 255 170 231 0 0.33 0.09 0 316.94 1 0.83
Hex FF AA E7 0 21 9 0 13D 64 53
Octal 377 252 347 0 41 11 0 475 144 123
Binary 11111111 10101010 11100111 0 100001 1001 0 100111101 1100100 1010011

Color Harmonies of #FFAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAE7

Black with #FFAAE7

Text Example


Text Example

White with #FFAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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