Html Css Color HEX #F9AAEA Lavender Rose

📋 copy color: '#F9AAEA'

red 249 ◦ green 170 ◦ blue 234

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

Shades of Lavender Rose #F9AAEA

Tints of Lavender Rose #F9AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 38.13%
G = 26.03%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9AAEA (or 0xF9AAEA) is known color: Lavender Rose. HEX triplet: F9, AA and EA. RGB value is (249,170,234). Sum of RGB (Red+Green+Blue) = 249+170+234=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AAEA is #065515. Grayscale: #C8C8C8. Windows color (decimal): -414998 or 15379193. OLE color: 15379193.

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

Color convert

RGB 249 170 234 -
CMYK 0 0.32 0.06 0.02
HSL 311.39º 0.87% 0.82% -
HSV(B) 311.39º 0.32% 0.98% -
XYZ 68.29 54.83 84.83 -
YUV 200.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 249 170 234 0 0.32 0.06 0.02 311.39 0.87 0.82
Hex F9 AA EA 0 20 6 2 137 57 52
Octal 371 252 352 0 40 6 2 467 127 122
Binary 11111001 10101010 11101010 0 100000 110 10 100110111 1010111 1010010

Color Harmonies of #F9AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAEA

Black with #F9AAEA

Text Example


Text Example

White with #F9AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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