Html Css Color HEX #F9A6FA Lavender Rose

📋 copy color: '#F9A6FA'

red 249 ◦ green 166 ◦ blue 250

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

Shades of Lavender Rose #F9A6FA

Tints of Lavender Rose #F9A6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 37.44%
G = 24.96%
B = 37.59%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9A6FA (or 0xF9A6FA) is known color: Lavender Rose. HEX triplet: F9, A6 and FA. RGB value is (249,166,250). Sum of RGB (Red+Green+Blue) = 249+166+250=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 166 (65.23% from 255 or 24.96% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A6FA is #065905. Grayscale: #C8C8C8. Windows color (decimal): -416006 or 16426745. OLE color: 16426745.

HSL color Cylindrical-coordinate representation of color #F9A6FA: hue angle of 299.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A6FA is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 166 250 -
CMYK 0.00 0.34 0 0.02
HSL 299.29º 0.89% 0.82% -
HSV(B) 299.29º 0.34% 0.98% -
XYZ 69.96 54.31 97.24 -
YUV 200.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 249 166 250 0.00 0.34 0 0.02 299.29 0.89 0.82
Hex F9 A6 FA 0 22 0 2 12B 59 52
Octal 371 246 372 0 42 0 2 453 131 122
Binary 11111001 10100110 11111010 0 100010 0 10 100101011 1011001 1010010

Color Harmonies of #F9A6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A6FA

Black with #F9A6FA

Text Example


Text Example

White with #F9A6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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