Html Css Color HEX #F9D4B0 Pink Lady

📋 copy color: '#F9D4B0'

red 249 ◦ green 212 ◦ blue 176

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

Shades of Pink Lady #F9D4B0

Tints of Pink Lady #F9D4B0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.28%

 BLUE value IS 176 (69.14% from 255) = 27.63%

R = 39.09%
G = 33.28%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F9D4B0 (or 0xF9D4B0) is known color: Pink Lady. HEX triplet: F9, D4 and B0. RGB value is (249,212,176). Sum of RGB (Red+Green+Blue) = 249+212+176=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D4B0 is #062B4F. Grayscale: #DBDBDB. Windows color (decimal): -404304 or 11588857. OLE color: 11588857.

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

Color convert

RGB 249 212 176 -
CMYK 0 0.15 0.29 0.02
HSL 29.59º 0.86% 0.83% -
HSV(B) 29.59º 0.29% 0.98% -
XYZ 70.45 70.36 50.94 -
YUV 218.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 249 212 176 0 0.15 0.29 0.02 29.59 0.86 0.83
Hex F9 D4 B0 0 F 1D 2 1E 56 53
Octal 371 324 260 0 17 35 2 36 126 123
Binary 11111001 11010100 10110000 0 1111 11101 10 11110 1010110 1010011

Color Harmonies of #F9D4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D4B0

Black with #F9D4B0

Text Example


Text Example

White with #F9D4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D4B0; }

 p { color: rgb(249,212,176); }

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

background-color css

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

 a { background-color: rgb(249,212,176); }

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

border-color css

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

 span { border-color: rgb(249,212,176); }

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