Html Css Color HEX #F9AAED Lavender Rose

📋 copy color: '#F9AAED'

red 249 ◦ green 170 ◦ blue 237

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

Shades of Lavender Rose #F9AAED

Tints of Lavender Rose #F9AAED

RGB

 RED value IS 249 (97.66% from 255) = 37.96%

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

 BLUE value IS 237 (92.97% from 255) = 36.13%

R = 37.96%
G = 25.91%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9AAED (or 0xF9AAED) is known color: Lavender Rose. HEX triplet: F9, AA and ED. RGB value is (249,170,237). Sum of RGB (Red+Green+Blue) = 249+170+237=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AAED is #065512. Grayscale: #C9C9C9. Windows color (decimal): -414995 or 15575801. OLE color: 15575801.

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

Color convert

RGB 249 170 237 -
CMYK 0 0.32 0.05 0.02
HSL 309.11º 0.87% 0.82% -
HSV(B) 309.11º 0.32% 0.98% -
XYZ 68.73 55 87.12 -
YUV 201.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 249 170 237 0 0.32 0.05 0.02 309.11 0.87 0.82
Hex F9 AA ED 0 20 5 2 135 57 52
Octal 371 252 355 0 40 5 2 465 127 122
Binary 11111001 10101010 11101101 0 100000 101 10 100110101 1010111 1010010

Color Harmonies of #F9AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAED

Black with #F9AAED

Text Example


Text Example

White with #F9AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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