Html Css Color HEX #F9ACD4 Lavender Pink

📋 copy color: '#F9ACD4'

red 249 ◦ green 172 ◦ blue 212

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

Shades of Lavender Pink #F9ACD4

Tints of Lavender Pink #F9ACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 39.34%
G = 27.17%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9ACD4 (or 0xF9ACD4) is known color: Lavender Pink. HEX triplet: F9, AC and D4. RGB value is (249,172,212). Sum of RGB (Red+Green+Blue) = 249+172+212=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACD4 is #06532B. Grayscale: #C7C7C7. Windows color (decimal): -414508 or 13937913. OLE color: 13937913.

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

Color convert

RGB 249 172 212 -
CMYK 0 0.31 0.15 0.02
HSL 328.83º 0.87% 0.83% -
HSV(B) 328.83º 0.31% 0.98% -
XYZ 65.7 54.4 69.32 -
YUV 199.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 249 172 212 0 0.31 0.15 0.02 328.83 0.87 0.83
Hex F9 AC D4 0 1F F 2 149 57 53
Octal 371 254 324 0 37 17 2 511 127 123
Binary 11111001 10101100 11010100 0 11111 1111 10 101001001 1010111 1010011

Color Harmonies of #F9ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACD4

Black with #F9ACD4

Text Example


Text Example

White with #F9ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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