Html Css Color HEX #F8ACDB Lavender Pink

📋 copy color: '#F8ACDB'

red 248 ◦ green 172 ◦ blue 219

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

Shades of Lavender Pink #F8ACDB

Tints of Lavender Pink #F8ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.92%

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

R = 38.81%
G = 26.92%
B = 34.27%

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

#F8ACDB (or 0xF8ACDB) is known color: Lavender Pink. HEX triplet: F8, AC and DB. RGB value is (248,172,219). Sum of RGB (Red+Green+Blue) = 248+172+219=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACDB is #075324. Grayscale: #C7C7C7. Windows color (decimal): -480037 or 14396664. OLE color: 14396664.

HSL color Cylindrical-coordinate representation of color #F8ACDB: hue angle of 322.89º degrees, saturation: 0.84, 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 #F8ACDB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 219 -
CMYK 0 0.31 0.12 0.03
HSL 322.89º 0.84% 0.82% -
HSV(B) 322.89º 0.31% 0.97% -
XYZ 66.25 54.58 74.06 -
YUV 200.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 248 172 219 0 0.31 0.12 0.03 322.89 0.84 0.82
Hex F8 AC DB 0 1F C 3 143 54 52
Octal 370 254 333 0 37 14 3 503 124 122
Binary 11111000 10101100 11011011 0 11111 1100 11 101000011 1010100 1010010

Color Harmonies of #F8ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACDB

Black with #F8ACDB

Text Example


Text Example

White with #F8ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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