Html Css Color HEX #F9A0FA Lavender Rose

📋 copy color: '#F9A0FA'

red 249 ◦ green 160 ◦ blue 250

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

Shades of Lavender Rose #F9A0FA

Tints of Lavender Rose #F9A0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.28%

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

R = 37.78%
G = 24.28%
B = 37.94%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9A0FA (or 0xF9A0FA) is known color: Lavender Rose. HEX triplet: F9, A0 and FA. RGB value is (249,160,250). Sum of RGB (Red+Green+Blue) = 249+160+250=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 160 (62.89% from 255 or 24.28% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9A0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A0FA is #065F05. Grayscale: #C4C4C4. Windows color (decimal): -417542 or 16425209. OLE color: 16425209.

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

Color convert

RGB 249 160 250 -
CMYK 0.00 0.36 0 0.02
HSL 299.33º 0.9% 0.8% -
HSV(B) 299.33º 0.36% 0.98% -
XYZ 68.89 52.18 96.88 -
YUV 196.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 249 160 250 0.00 0.36 0 0.02 299.33 0.9 0.8
Hex F9 A0 FA 0 24 0 2 12B 5A 50
Octal 371 240 372 0 44 0 2 453 132 120
Binary 11111001 10100000 11111010 0 100100 0 10 100101011 1011010 1010000

Color Harmonies of #F9A0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A0FA

Black with #F9A0FA

Text Example


Text Example

White with #F9A0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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