Html Css Color HEX #F9A9E5 Lavender Rose

📋 copy color: '#F9A9E5'

red 249 ◦ green 169 ◦ blue 229

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

Shades of Lavender Rose #F9A9E5

Tints of Lavender Rose #F9A9E5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.12%

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

R = 38.49%
G = 26.12%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9A9E5 (or 0xF9A9E5) is known color: Lavender Rose. HEX triplet: F9, A9 and E5. RGB value is (249,169,229). Sum of RGB (Red+Green+Blue) = 249+169+229=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9E5 is #06561A. Grayscale: #C7C7C7. Windows color (decimal): -415259 or 15051257. OLE color: 15051257.

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

Color convert

RGB 249 169 229 -
CMYK 0 0.32 0.08 0.02
HSL 315º 0.87% 0.82% -
HSV(B) 315º 0.32% 0.98% -
XYZ 67.4 54.17 81.03 -
YUV 199.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 249 169 229 0 0.32 0.08 0.02 315 0.87 0.82
Hex F9 A9 E5 0 20 8 2 13B 57 52
Octal 371 251 345 0 40 10 2 473 127 122
Binary 11111001 10101001 11100101 0 100000 1000 10 100111011 1010111 1010010

Color Harmonies of #F9A9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A9E5

Black with #F9A9E5

Text Example


Text Example

White with #F9A9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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