Html Css Color HEX #F7A6FA Lavender Rose

📋 copy color: '#F7A6FA'

red 247 ◦ green 166 ◦ blue 250

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

Shades of Lavender Rose #F7A6FA

Tints of Lavender Rose #F7A6FA

RGB

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

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

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

R = 37.25%
G = 25.04%
B = 37.71%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7A6FA (or 0xF7A6FA) is known color: Lavender Rose. HEX triplet: F7, A6 and FA. RGB value is (247,166,250). Sum of RGB (Red+Green+Blue) = 247+166+250=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 166 (65.23% from 255 or 25.04% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A6FA is #085905. Grayscale: #C7C7C7. Windows color (decimal): -547078 or 16426743. OLE color: 16426743.

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

Color convert

RGB 247 166 250 -
CMYK 0.01 0.34 0 0.02
HSL 297.86º 0.89% 0.82% -
HSV(B) 297.86º 0.34% 0.98% -
XYZ 69.25 53.95 97.21 -
YUV 199.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 247 166 250 0.01 0.34 0 0.02 297.86 0.89 0.82
Hex F7 A6 FA 1 22 0 2 12A 59 52
Octal 367 246 372 1 42 0 2 452 131 122
Binary 11110111 10100110 11111010 1 100010 0 10 100101010 1011001 1010010

Color Harmonies of #F7A6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A6FA

Black with #F7A6FA

Text Example


Text Example

White with #F7A6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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