Html Css Color HEX #F9D9BB Peach Puff

📋 copy color: '#F9D9BB'

red 249 ◦ green 217 ◦ blue 187

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

Shades of Peach Puff #F9D9BB

Tints of Peach Puff #F9D9BB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.23%

 BLUE value IS 187 (73.44% from 255) = 28.64%

R = 38.13%
G = 33.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9D9BB (or 0xF9D9BB) is known color: Peach Puff. HEX triplet: F9, D9 and BB. RGB value is (249,217,187). Sum of RGB (Red+Green+Blue) = 249+217+187=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9BB is #062644. Grayscale: #DFDFDF. Windows color (decimal): -403013 or 12311033. OLE color: 12311033.

HSL color Cylindrical-coordinate representation of color #F9D9BB: hue angle of 29.03º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9D9BB is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 217 187 -
CMYK 0 0.13 0.25 0.02
HSL 29.03º 0.84% 0.85% -
HSV(B) 29.03º 0.25% 0.98% -
XYZ 72.85 73.35 57.33 -
YUV 223.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 249 217 187 0 0.13 0.25 0.02 29.03 0.84 0.85
Hex F9 D9 BB 0 D 19 2 1D 54 55
Octal 371 331 273 0 15 31 2 35 124 125
Binary 11111001 11011001 10111011 0 1101 11001 10 11101 1010100 1010101

Color Harmonies of #F9D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D9BB

Black with #F9D9BB

Text Example


Text Example

White with #F9D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D9BB; }

 p { color: rgb(249,217,187); }

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

background-color css

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

 a { background-color: rgb(249,217,187); }

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

border-color css

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

 span { border-color: rgb(249,217,187); }

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