Html Css Color HEX #F9ABCE Lavender Pink

📋 copy color: '#F9ABCE'

red 249 ◦ green 171 ◦ blue 206

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

Shades of Lavender Pink #F9ABCE

Tints of Lavender Pink #F9ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.32%

 BLUE value IS 206 (80.86% from 255) = 32.91%

R = 39.78%
G = 27.32%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9ABCE (or 0xF9ABCE) is known color: Lavender Pink. HEX triplet: F9, AB and CE. RGB value is (249,171,206). Sum of RGB (Red+Green+Blue) = 249+171+206=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABCE is #065431. Grayscale: #C6C6C6. Windows color (decimal): -414770 or 13544441. OLE color: 13544441.

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

Color convert

RGB 249 171 206 -
CMYK 0 0.31 0.17 0.02
HSL 333.08º 0.87% 0.82% -
HSV(B) 333.08º 0.31% 0.98% -
XYZ 64.77 53.72 65.35 -
YUV 198.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 249 171 206 0 0.31 0.17 0.02 333.08 0.87 0.82
Hex F9 AB CE 0 1F 11 2 14D 57 52
Octal 371 253 316 0 37 21 2 515 127 122
Binary 11111001 10101011 11001110 0 11111 10001 10 101001101 1010111 1010010

Color Harmonies of #F9ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ABCE

Black with #F9ABCE

Text Example


Text Example

White with #F9ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ABCE; }

 p { color: rgb(249,171,206); }

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

background-color css

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

 a { background-color: rgb(249,171,206); }

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

border-color css

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

 span { border-color: rgb(249,171,206); }

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