Html Css Color HEX #F8ABDB Lavender Pink

📋 copy color: '#F8ABDB'

red 248 ◦ green 171 ◦ blue 219

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

Shades of Lavender Pink #F8ABDB

Tints of Lavender Pink #F8ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.8%

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 38.87%
G = 26.8%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8ABDB (or 0xF8ABDB) is known color: Lavender Pink. HEX triplet: F8, AB and DB. RGB value is (248,171,219). Sum of RGB (Red+Green+Blue) = 248+171+219=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABDB is #075424. Grayscale: #C7C7C7. Windows color (decimal): -480293 or 14396408. OLE color: 14396408.

HSL color Cylindrical-coordinate representation of color #F8ABDB: hue angle of 322.6º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABDB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 171 219 -
CMYK 0 0.31 0.12 0.03
HSL 322.6º 0.85% 0.82% -
HSV(B) 322.6º 0.31% 0.97% -
XYZ 66.06 54.2 74 -
YUV 199.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 248 171 219 0 0.31 0.12 0.03 322.6 0.85 0.82
Hex F8 AB DB 0 1F C 3 143 55 52
Octal 370 253 333 0 37 14 3 503 125 122
Binary 11111000 10101011 11011011 0 11111 1100 11 101000011 1010101 1010010

Color Harmonies of #F8ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABDB

Black with #F8ABDB

Text Example


Text Example

White with #F8ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABDB; }

 p { color: rgb(248,171,219); }

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

background-color css

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

 a { background-color: rgb(248,171,219); }

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

border-color css

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

 span { border-color: rgb(248,171,219); }

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