Html Css Color HEX #F7A2D3 Lavender Pink

📋 copy color: '#F7A2D3'

red 247 ◦ green 162 ◦ blue 211

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

Shades of Lavender Pink #F7A2D3

Tints of Lavender Pink #F7A2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.03%

R = 39.84%
G = 26.13%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F7A2D3 (or 0xF7A2D3) is known color: Lavender Pink. HEX triplet: F7, A2 and D3. RGB value is (247,162,211). Sum of RGB (Red+Green+Blue) = 247+162+211=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A2D3 is #085D2C. Grayscale: #C0C0C0. Windows color (decimal): -548141 or 13869815. OLE color: 13869815.

HSL color Cylindrical-coordinate representation of color #F7A2D3: hue angle of 325.41º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A2D3 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 162 211 -
CMYK 0 0.34 0.15 0.03
HSL 325.41º 0.84% 0.8% -
HSV(B) 325.41º 0.34% 0.97% -
XYZ 63.04 50.32 68.02 -
YUV 193 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 247 162 211 0 0.34 0.15 0.03 325.41 0.84 0.8
Hex F7 A2 D3 0 22 F 3 145 54 50
Octal 367 242 323 0 42 17 3 505 124 120
Binary 11110111 10100010 11010011 0 100010 1111 11 101000101 1010100 1010000

Color Harmonies of #F7A2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A2D3

Black with #F7A2D3

Text Example


Text Example

White with #F7A2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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