Html Css Color HEX #F9ACDB Lavender Pink

📋 copy color: '#F9ACDB'

red 249 ◦ green 172 ◦ blue 219

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

Shades of Lavender Pink #F9ACDB

Tints of Lavender Pink #F9ACDB

RGB

 RED value IS 249 (97.66% from 255) = 38.91%

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

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

R = 38.91%
G = 26.88%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9ACDB (or 0xF9ACDB) is known color: Lavender Pink. HEX triplet: F9, AC and DB. RGB value is (249,172,219). Sum of RGB (Red+Green+Blue) = 249+172+219=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACDB is #065324. Grayscale: #C8C8C8. Windows color (decimal): -414501 or 14396665. OLE color: 14396665.

HSL color Cylindrical-coordinate representation of color #F9ACDB: hue angle of 323.38º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACDB is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 172 219 -
CMYK 0 0.31 0.12 0.02
HSL 323.38º 0.87% 0.83% -
HSV(B) 323.38º 0.31% 0.98% -
XYZ 66.61 54.76 74.08 -
YUV 200.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 249 172 219 0 0.31 0.12 0.02 323.38 0.87 0.83
Hex F9 AC DB 0 1F C 2 143 57 53
Octal 371 254 333 0 37 14 2 503 127 123
Binary 11111001 10101100 11011011 0 11111 1100 10 101000011 1010111 1010011

Color Harmonies of #F9ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACDB

Black with #F9ACDB

Text Example


Text Example

White with #F9ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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