Html Css Color HEX #F9A6E2 Lavender Rose

📋 copy color: '#F9A6E2'

red 249 ◦ green 166 ◦ blue 226

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

Shades of Lavender Rose #F9A6E2

Tints of Lavender Rose #F9A6E2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.9%

 BLUE value IS 226 (88.67% from 255) = 35.26%

R = 38.85%
G = 25.9%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9A6E2 (or 0xF9A6E2) is known color: Lavender Rose. HEX triplet: F9, A6 and E2. RGB value is (249,166,226). Sum of RGB (Red+Green+Blue) = 249+166+226=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 166 (65.23% from 255 or 25.90% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6E2 is #06591D. Grayscale: #C5C5C5. Windows color (decimal): -416030 or 14853881. OLE color: 14853881.

HSL color Cylindrical-coordinate representation of color #F9A6E2: hue angle of 316.63º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6E2 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 166 226 -
CMYK 0 0.33 0.09 0.02
HSL 316.63º 0.87% 0.81% -
HSV(B) 316.63º 0.33% 0.98% -
XYZ 66.43 52.9 78.66 -
YUV 197.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 249 166 226 0 0.33 0.09 0.02 316.63 0.87 0.81
Hex F9 A6 E2 0 21 9 2 13D 57 51
Octal 371 246 342 0 41 11 2 475 127 121
Binary 11111001 10100110 11100010 0 100001 1001 10 100111101 1010111 1010001

Color Harmonies of #F9A6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A6E2

Black with #F9A6E2

Text Example


Text Example

White with #F9A6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A6E2; }

 p { color: rgb(249,166,226); }

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

background-color css

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

 a { background-color: rgb(249,166,226); }

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

border-color css

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

 span { border-color: rgb(249,166,226); }

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