Html Css Color HEX #F9AFDB Lavender Pink

📋 copy color: '#F9AFDB'

red 249 ◦ green 175 ◦ blue 219

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

Shades of Lavender Pink #F9AFDB

Tints of Lavender Pink #F9AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.22%

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

R = 38.72%
G = 27.22%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9AFDB (or 0xF9AFDB) is known color: Lavender Pink. HEX triplet: F9, AF and DB. RGB value is (249,175,219). Sum of RGB (Red+Green+Blue) = 249+175+219=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFDB is #065024. Grayscale: #CACACA. Windows color (decimal): -413733 or 14397433. OLE color: 14397433.

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

Color convert

RGB 249 175 219 -
CMYK 0 0.30 0.12 0.02
HSL 324.32º 0.86% 0.83% -
HSV(B) 324.32º 0.3% 0.98% -
XYZ 67.18 55.91 74.27 -
YUV 202.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 249 175 219 0 0.30 0.12 0.02 324.32 0.86 0.83
Hex F9 AF DB 0 1E C 2 144 56 53
Octal 371 257 333 0 36 14 2 504 126 123
Binary 11111001 10101111 11011011 0 11110 1100 10 101000100 1010110 1010011

Color Harmonies of #F9AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AFDB

Black with #F9AFDB

Text Example


Text Example

White with #F9AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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