Html Css Color HEX #F9ADDA Lavender Pink

📋 copy color: '#F9ADDA'

red 249 ◦ green 173 ◦ blue 218

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

Shades of Lavender Pink #F9ADDA

Tints of Lavender Pink #F9ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.06%

R = 38.91%
G = 27.03%
B = 34.06%

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

#F9ADDA (or 0xF9ADDA) is known color: Lavender Pink. HEX triplet: F9, AD and DA. RGB value is (249,173,218). Sum of RGB (Red+Green+Blue) = 249+173+218=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADDA is #065225. Grayscale: #C8C8C8. Windows color (decimal): -414246 or 14331385. OLE color: 14331385.

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

Color convert

RGB 249 173 218 -
CMYK 0 0.31 0.12 0.02
HSL 324.47º 0.86% 0.83% -
HSV(B) 324.47º 0.31% 0.98% -
XYZ 66.67 55.09 73.45 -
YUV 200.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 249 173 218 0 0.31 0.12 0.02 324.47 0.86 0.83
Hex F9 AD DA 0 1F C 2 144 56 53
Octal 371 255 332 0 37 14 2 504 126 123
Binary 11111001 10101101 11011010 0 11111 1100 10 101000100 1010110 1010011

Color Harmonies of #F9ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADDA

Black with #F9ADDA

Text Example


Text Example

White with #F9ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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