Html Css Color HEX #F9A6F7 Lavender Rose

📋 copy color: '#F9A6F7'

red 249 ◦ green 166 ◦ blue 247

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

Shades of Lavender Rose #F9A6F7

Tints of Lavender Rose #F9A6F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.31%

R = 37.61%
G = 25.08%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F9A6F7 (or 0xF9A6F7) is known color: Lavender Rose. HEX triplet: F9, A6 and F7. RGB value is (249,166,247). Sum of RGB (Red+Green+Blue) = 249+166+247=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 166 (65.23% from 255 or 25.08% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A6F7 is #065908. Grayscale: #C7C7C7. Windows color (decimal): -416009 or 16230137. OLE color: 16230137.

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

Color convert

RGB 249 166 247 -
CMYK 0 0.33 0.01 0.02
HSL 301.45º 0.87% 0.81% -
HSV(B) 301.45º 0.33% 0.98% -
XYZ 69.49 54.13 94.78 -
YUV 200.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 249 166 247 0 0.33 0.01 0.02 301.45 0.87 0.81
Hex F9 A6 F7 0 21 1 2 12D 57 51
Octal 371 246 367 0 41 1 2 455 127 121
Binary 11111001 10100110 11110111 0 100001 1 10 100101101 1010111 1010001

Color Harmonies of #F9A6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A6F7

Black with #F9A6F7

Text Example


Text Example

White with #F9A6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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