Html Css Color HEX #F9ACD2 Lavender Pink

📋 copy color: '#F9ACD2'

red 249 ◦ green 172 ◦ blue 210

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

Shades of Lavender Pink #F9ACD2

Tints of Lavender Pink #F9ACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.28%

R = 39.46%
G = 27.26%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F9ACD2 (or 0xF9ACD2) is known color: Lavender Pink. HEX triplet: F9, AC and D2. RGB value is (249,172,210). Sum of RGB (Red+Green+Blue) = 249+172+210=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACD2 is #06532D. Grayscale: #C7C7C7. Windows color (decimal): -414510 or 13806841. OLE color: 13806841.

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

Color convert

RGB 249 172 210 -
CMYK 0 0.31 0.16 0.02
HSL 330.39º 0.87% 0.83% -
HSV(B) 330.39º 0.31% 0.98% -
XYZ 65.45 54.3 68 -
YUV 199.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 249 172 210 0 0.31 0.16 0.02 330.39 0.87 0.83
Hex F9 AC D2 0 1F 10 2 14A 57 53
Octal 371 254 322 0 37 20 2 512 127 123
Binary 11111001 10101100 11010010 0 11111 10000 10 101001010 1010111 1010011

Color Harmonies of #F9ACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ACD2

Black with #F9ACD2

Text Example


Text Example

White with #F9ACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ACD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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