Html Css Color HEX #F7A9FA Lavender Rose

📋 copy color: '#F7A9FA'

red 247 ◦ green 169 ◦ blue 250

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

Shades of Lavender Rose #F7A9FA

Tints of Lavender Rose #F7A9FA

RGB

 RED value IS 247 (96.88% from 255) = 37.09%

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

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

R = 37.09%
G = 25.38%
B = 37.54%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7A9FA (or 0xF7A9FA) is known color: Lavender Rose. HEX triplet: F7, A9 and FA. RGB value is (247,169,250). Sum of RGB (Red+Green+Blue) = 247+169+250=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 169 (66.41% from 255 or 25.38% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A9FA is #085605. Grayscale: #C9C9C9. Windows color (decimal): -546310 or 16427511. OLE color: 16427511.

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

Color convert

RGB 247 169 250 -
CMYK 0.01 0.32 0 0.02
HSL 297.78º 0.89% 0.82% -
HSV(B) 297.78º 0.32% 0.98% -
XYZ 69.8 55.05 97.39 -
YUV 201.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 247 169 250 0.01 0.32 0 0.02 297.78 0.89 0.82
Hex F7 A9 FA 1 20 0 2 12A 59 52
Octal 367 251 372 1 40 0 2 452 131 122
Binary 11110111 10101001 11111010 1 100000 0 10 100101010 1011001 1010010

Color Harmonies of #F7A9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A9FA

Black with #F7A9FA

Text Example


Text Example

White with #F7A9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A9FA; }

 p { color: rgb(247,169,250); }

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

background-color css

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

 a { background-color: rgb(247,169,250); }

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

border-color css

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

 span { border-color: rgb(247,169,250); }

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