Html Css Color HEX #F7A2FA Lavender Rose

📋 copy color: '#F7A2FA'

red 247 ◦ green 162 ◦ blue 250

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

Shades of Lavender Rose #F7A2FA

Tints of Lavender Rose #F7A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.58%

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

R = 37.48%
G = 24.58%
B = 37.94%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F7A2FA (or 0xF7A2FA) is known color: Lavender Rose. HEX triplet: F7, A2 and FA. RGB value is (247,162,250). Sum of RGB (Red+Green+Blue) = 247+162+250=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 162 (63.67% from 255 or 24.58% 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 #F7A2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A2FA is #085D05. Grayscale: #C5C5C5. Windows color (decimal): -548102 or 16425719. OLE color: 16425719.

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

Color convert

RGB 247 162 250 -
CMYK 0.01 0.35 0 0.02
HSL 297.95º 0.9% 0.81% -
HSV(B) 297.95º 0.35% 0.98% -
XYZ 68.53 52.52 96.97 -
YUV 197.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 247 162 250 0.01 0.35 0 0.02 297.95 0.9 0.81
Hex F7 A2 FA 1 23 0 2 12A 5A 51
Octal 367 242 372 1 43 0 2 452 132 121
Binary 11110111 10100010 11111010 1 100011 0 10 100101010 1011010 1010001

Color Harmonies of #F7A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A2FA

Black with #F7A2FA

Text Example


Text Example

White with #F7A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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