Html Css Color HEX #F9ADCD Lavender Pink

📋 copy color: '#F9ADCD'

red 249 ◦ green 173 ◦ blue 205

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

Shades of Lavender Pink #F9ADCD

Tints of Lavender Pink #F9ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.7%

R = 39.71%
G = 27.59%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9ADCD (or 0xF9ADCD) is known color: Lavender Pink. HEX triplet: F9, AD and CD. RGB value is (249,173,205). Sum of RGB (Red+Green+Blue) = 249+173+205=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADCD is #065232. Grayscale: #C7C7C7. Windows color (decimal): -414259 or 13479417. OLE color: 13479417.

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

Color convert

RGB 249 173 205 -
CMYK 0 0.31 0.18 0.02
HSL 334.74º 0.86% 0.83% -
HSV(B) 334.74º 0.31% 0.98% -
XYZ 65.03 54.43 64.84 -
YUV 199.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 249 173 205 0 0.31 0.18 0.02 334.74 0.86 0.83
Hex F9 AD CD 0 1F 12 2 14F 56 53
Octal 371 255 315 0 37 22 2 517 126 123
Binary 11111001 10101101 11001101 0 11111 10010 10 101001111 1010110 1010011

Color Harmonies of #F9ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ADCD

Black with #F9ADCD

Text Example


Text Example

White with #F9ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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