Html Css Color HEX #FDD9BA Peach Puff

📋 copy color: '#FDD9BA'

red 253 ◦ green 217 ◦ blue 186

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

Shades of Peach Puff #FDD9BA

Tints of Peach Puff #FDD9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.35%

R = 38.57%
G = 33.08%
B = 28.35%

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

#FDD9BA (or 0xFDD9BA) is known color: Peach Puff. HEX triplet: FD, D9 and BA. RGB value is (253,217,186). Sum of RGB (Red+Green+Blue) = 253+217+186=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9BA is #022645. Grayscale: #E0E0E0. Windows color (decimal): -140870 or 12245501. OLE color: 12245501.

HSL color Cylindrical-coordinate representation of color #FDD9BA: hue angle of 27.76º 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 #FDD9BA is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 186 -
CMYK 0 0.14 0.26 0.01
HSL 27.76º 0.94% 0.86% -
HSV(B) 27.76º 0.26% 0.99% -
XYZ 74.18 74.05 56.84 -
YUV 224.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 253 217 186 0 0.14 0.26 0.01 27.76 0.94 0.86
Hex FD D9 BA 0 E 1A 1 1C 5E 56
Octal 375 331 272 0 16 32 1 34 136 126
Binary 11111101 11011001 10111010 0 1110 11010 1 11100 1011110 1010110

Color Harmonies of #FDD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9BA

Black with #FDD9BA

Text Example


Text Example

White with #FDD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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