Html Css Color HEX #F9ACDC Lavender Pink

📋 copy color: '#F9ACDC'

red 249 ◦ green 172 ◦ blue 220

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

Shades of Lavender Pink #F9ACDC

Tints of Lavender Pink #F9ACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 38.85%
G = 26.83%
B = 34.32%

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

#F9ACDC (or 0xF9ACDC) is known color: Lavender Pink. HEX triplet: F9, AC and DC. RGB value is (249,172,220). Sum of RGB (Red+Green+Blue) = 249+172+220=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACDC is #065323. Grayscale: #C8C8C8. Windows color (decimal): -414500 or 14462201. OLE color: 14462201.

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

Color convert

RGB 249 172 220 -
CMYK 0 0.31 0.12 0.02
HSL 322.6º 0.87% 0.83% -
HSV(B) 322.6º 0.31% 0.98% -
XYZ 66.74 54.81 74.77 -
YUV 200.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 249 172 220 0 0.31 0.12 0.02 322.6 0.87 0.83
Hex F9 AC DC 0 1F C 2 143 57 53
Octal 371 254 334 0 37 14 2 503 127 123
Binary 11111001 10101100 11011100 0 11111 1100 10 101000011 1010111 1010011

Color Harmonies of #F9ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACDC

Black with #F9ACDC

Text Example


Text Example

White with #F9ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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