Html Css Color HEX #F9A1E5 Lavender Rose

📋 copy color: '#F9A1E5'

red 249 ◦ green 161 ◦ blue 229

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

Shades of Lavender Rose #F9A1E5

Tints of Lavender Rose #F9A1E5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.2%

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

R = 38.97%
G = 25.2%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9A1E5 (or 0xF9A1E5) is known color: Lavender Rose. HEX triplet: F9, A1 and E5. RGB value is (249,161,229). Sum of RGB (Red+Green+Blue) = 249+161+229=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1E5 is #065E1A. Grayscale: #C2C2C2. Windows color (decimal): -417307 or 15049209. OLE color: 15049209.

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

Color convert

RGB 249 161 229 -
CMYK 0 0.35 0.08 0.02
HSL 313.64º 0.88% 0.8% -
HSV(B) 313.64º 0.35% 0.98% -
XYZ 65.95 51.29 80.55 -
YUV 195.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 249 161 229 0 0.35 0.08 0.02 313.64 0.88 0.8
Hex F9 A1 E5 0 23 8 2 13A 58 50
Octal 371 241 345 0 43 10 2 472 130 120
Binary 11111001 10100001 11100101 0 100011 1000 10 100111010 1011000 1010000

Color Harmonies of #F9A1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A1E5

Black with #F9A1E5

Text Example


Text Example

White with #F9A1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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