Html Css Color HEX #F9A0E5 Lavender Rose

📋 copy color: '#F9A0E5'

red 249 ◦ green 160 ◦ blue 229

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

Shades of Lavender Rose #F9A0E5

Tints of Lavender Rose #F9A0E5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.08%

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

R = 39.03%
G = 25.08%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9A0E5 (or 0xF9A0E5) is known color: Lavender Rose. HEX triplet: F9, A0 and E5. RGB value is (249,160,229). Sum of RGB (Red+Green+Blue) = 249+160+229=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A0E5 is #065F1A. Grayscale: #C2C2C2. Windows color (decimal): -417563 or 15048953. OLE color: 15048953.

HSL color Cylindrical-coordinate representation of color #F9A0E5: hue angle of 313.48º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0E5 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 229 -
CMYK 0 0.36 0.08 0.02
HSL 313.48º 0.88% 0.8% -
HSV(B) 313.48º 0.36% 0.98% -
XYZ 65.78 50.94 80.49 -
YUV 194.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 249 160 229 0 0.36 0.08 0.02 313.48 0.88 0.8
Hex F9 A0 E5 0 24 8 2 139 58 50
Octal 371 240 345 0 44 10 2 471 130 120
Binary 11111001 10100000 11100101 0 100100 1000 10 100111001 1011000 1010000

Color Harmonies of #F9A0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A0E5

Black with #F9A0E5

Text Example


Text Example

White with #F9A0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A0E5; }

 p { color: rgb(249,160,229); }

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

background-color css

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

 a { background-color: rgb(249,160,229); }

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

border-color css

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

 span { border-color: rgb(249,160,229); }

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