Html Css Color HEX #F8A2D1 Lavender Pink

📋 copy color: '#F8A2D1'

red 248 ◦ green 162 ◦ blue 209

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

Shades of Lavender Pink #F8A2D1

Tints of Lavender Pink #F8A2D1

RGB

 RED value IS 248 (97.27% from 255) = 40.06%

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

 BLUE value IS 209 (82.03% from 255) = 33.76%

R = 40.06%
G = 26.17%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8A2D1 (or 0xF8A2D1) is known color: Lavender Pink. HEX triplet: F8, A2 and D1. RGB value is (248,162,209). Sum of RGB (Red+Green+Blue) = 248+162+209=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2D1 is #075D2E. Grayscale: #C0C0C0. Windows color (decimal): -482607 or 13738744. OLE color: 13738744.

HSL color Cylindrical-coordinate representation of color #F8A2D1: hue angle of 327.21º degrees, saturation: 0.86, 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 #F8A2D1 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 162 209 -
CMYK 0 0.35 0.16 0.03
HSL 327.21º 0.86% 0.8% -
HSV(B) 327.21º 0.35% 0.97% -
XYZ 63.14 50.4 66.72 -
YUV 193.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 248 162 209 0 0.35 0.16 0.03 327.21 0.86 0.8
Hex F8 A2 D1 0 23 10 3 147 56 50
Octal 370 242 321 0 43 20 3 507 126 120
Binary 11111000 10100010 11010001 0 100011 10000 11 101000111 1010110 1010000

Color Harmonies of #F8A2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2D1

Black with #F8A2D1

Text Example


Text Example

White with #F8A2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2D1; }

 p { color: rgb(248,162,209); }

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

background-color css

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

 a { background-color: rgb(248,162,209); }

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

border-color css

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

 span { border-color: rgb(248,162,209); }

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