Html Css Color HEX #FFAAE5 Lavender Rose

📋 copy color: '#FFAAE5'

red 255 ◦ green 170 ◦ blue 229

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

Shades of Lavender Rose #FFAAE5

Tints of Lavender Rose #FFAAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.02%

R = 38.99%
G = 25.99%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFAAE5 (or 0xFFAAE5) is known color: Lavender Rose. HEX triplet: FF, AA and E5. RGB value is (255,170,229). Sum of RGB (Red+Green+Blue) = 255+170+229=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAE5 is #00551A. Grayscale: #C9C9C9. Windows color (decimal): -21787 or 15051519. OLE color: 15051519.

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

Color convert

RGB 255 170 229 -
CMYK 0 0.33 0.10 0
HSL 318.35º 1% 0.83% -
HSV(B) 318.35º 0.33% 1% -
XYZ 69.76 55.67 81.2 -
YUV 202.14 143.16 165.7 -
System Red Green Blue C M Y K H S L
Decimal 255 170 229 0 0.33 0.10 0 318.35 1 0.83
Hex FF AA E5 0 21 A 0 13E 64 53
Octal 377 252 345 0 41 12 0 476 144 123
Binary 11111111 10101010 11100101 0 100001 1010 0 100111110 1100100 1010011

Color Harmonies of #FFAAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAE5

Black with #FFAAE5

Text Example


Text Example

White with #FFAAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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