Html Css Color HEX #F9ADDB Lavender Pink

📋 copy color: '#F9ADDB'

red 249 ◦ green 173 ◦ blue 219

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

Shades of Lavender Pink #F9ADDB

Tints of Lavender Pink #F9ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.99%

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

R = 38.85%
G = 26.99%
B = 34.17%

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

#F9ADDB (or 0xF9ADDB) is known color: Lavender Pink. HEX triplet: F9, AD and DB. RGB value is (249,173,219). Sum of RGB (Red+Green+Blue) = 249+173+219=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADDB is #065224. Grayscale: #C8C8C8. Windows color (decimal): -414245 or 14396921. OLE color: 14396921.

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

Color convert

RGB 249 173 219 -
CMYK 0 0.31 0.12 0.02
HSL 323.68º 0.86% 0.83% -
HSV(B) 323.68º 0.31% 0.98% -
XYZ 66.8 55.14 74.14 -
YUV 200.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 249 173 219 0 0.31 0.12 0.02 323.68 0.86 0.83
Hex F9 AD DB 0 1F C 2 144 56 53
Octal 371 255 333 0 37 14 2 504 126 123
Binary 11111001 10101101 11011011 0 11111 1100 10 101000100 1010110 1010011

Color Harmonies of #F9ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADDB

Black with #F9ADDB

Text Example


Text Example

White with #F9ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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