Html Css Color HEX #FFAAF9 Lavender Rose

📋 copy color: '#FFAAF9'

red 255 ◦ green 170 ◦ blue 249

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

Shades of Lavender Rose #FFAAF9

Tints of Lavender Rose #FFAAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.94%

R = 37.83%
G = 25.22%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFAAF9 (or 0xFFAAF9) is known color: Lavender Rose. HEX triplet: FF, AA and F9. RGB value is (255,170,249). Sum of RGB (Red+Green+Blue) = 255+170+249=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 170 (66.80% from 255 or 25.22% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF9 is #005506. Grayscale: #CCCCCC. Windows color (decimal): -21767 or 16362239. OLE color: 16362239.

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

Color convert

RGB 255 170 249 -
CMYK 0 0.33 0.02 0
HSL 304.24º 1% 0.83% -
HSV(B) 304.24º 0.33% 1% -
XYZ 72.71 56.85 96.76 -
YUV 204.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 255 170 249 0 0.33 0.02 0 304.24 1 0.83
Hex FF AA F9 0 21 2 0 130 64 53
Octal 377 252 371 0 41 2 0 460 144 123
Binary 11111111 10101010 11111001 0 100001 10 0 100110000 1100100 1010011

Color Harmonies of #FFAAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAF9

Black with #FFAAF9

Text Example


Text Example

White with #FFAAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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