Html Css Color HEX #FDD9BB Peach Puff

📋 copy color: '#FDD9BB'

red 253 ◦ green 217 ◦ blue 187

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

Shades of Peach Puff #FDD9BB

Tints of Peach Puff #FDD9BB

RGB

 RED value IS 253 (99.22% from 255) = 38.51%

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

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

R = 38.51%
G = 33.03%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDD9BB (or 0xFDD9BB) is known color: Peach Puff. HEX triplet: FD, D9 and BB. RGB value is (253,217,187). Sum of RGB (Red+Green+Blue) = 253+217+187=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9BB is #022644. Grayscale: #E0E0E0. Windows color (decimal): -140869 or 12311037. OLE color: 12311037.

HSL color Cylindrical-coordinate representation of color #FDD9BB: hue angle of 27.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDD9BB is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 187 -
CMYK 0 0.14 0.26 0.01
HSL 27.27º 0.94% 0.86% -
HSV(B) 27.27º 0.26% 0.99% -
XYZ 74.29 74.1 57.4 -
YUV 224.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 253 217 187 0 0.14 0.26 0.01 27.27 0.94 0.86
Hex FD D9 BB 0 E 1A 1 1B 5E 56
Octal 375 331 273 0 16 32 1 33 136 126
Binary 11111101 11011001 10111011 0 1110 11010 1 11011 1011110 1010110

Color Harmonies of #FDD9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9BB

Black with #FDD9BB

Text Example


Text Example

White with #FDD9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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