Html Css Color HEX #F7A1D3 Lavender Pink

📋 copy color: '#F7A1D3'

red 247 ◦ green 161 ◦ blue 211

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

Shades of Lavender Pink #F7A1D3

Tints of Lavender Pink #F7A1D3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.01%

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

R = 39.9%
G = 26.01%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F7A1D3 (or 0xF7A1D3) is known color: Lavender Pink. HEX triplet: F7, A1 and D3. RGB value is (247,161,211). Sum of RGB (Red+Green+Blue) = 247+161+211=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1D3 is #085E2C. Grayscale: #C0C0C0. Windows color (decimal): -548397 or 13869559. OLE color: 13869559.

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

Color convert

RGB 247 161 211 -
CMYK 0 0.35 0.15 0.03
HSL 325.12º 0.84% 0.8% -
HSV(B) 325.12º 0.35% 0.97% -
XYZ 62.86 49.97 67.96 -
YUV 192.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 247 161 211 0 0.35 0.15 0.03 325.12 0.84 0.8
Hex F7 A1 D3 0 23 F 3 145 54 50
Octal 367 241 323 0 43 17 3 505 124 120
Binary 11110111 10100001 11010011 0 100011 1111 11 101000101 1010100 1010000

Color Harmonies of #F7A1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A1D3

Black with #F7A1D3

Text Example


Text Example

White with #F7A1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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