Html Css Color HEX #FDD7B9 Peach Puff

📋 copy color: '#FDD7B9'

red 253 ◦ green 215 ◦ blue 185

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

Shades of Peach Puff #FDD7B9

Tints of Peach Puff #FDD7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.92%

 BLUE value IS 185 (72.66% from 255) = 28.33%

R = 38.74%
G = 32.92%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDD7B9 (or 0xFDD7B9) is known color: Peach Puff. HEX triplet: FD, D7 and B9. RGB value is (253,215,185). Sum of RGB (Red+Green+Blue) = 253+215+185=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7B9 is #022846. Grayscale: #DFDFDF. Windows color (decimal): -141383 or 12179453. OLE color: 12179453.

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

Color convert

RGB 253 215 185 -
CMYK 0 0.15 0.27 0.01
HSL 26.47º 0.94% 0.86% -
HSV(B) 26.47º 0.27% 0.99% -
XYZ 73.57 72.99 56.11 -
YUV 222.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 253 215 185 0 0.15 0.27 0.01 26.47 0.94 0.86
Hex FD D7 B9 0 F 1B 1 1A 5E 56
Octal 375 327 271 0 17 33 1 32 136 126
Binary 11111101 11010111 10111001 0 1111 11011 1 11010 1011110 1010110

Color Harmonies of #FDD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7B9

Black with #FDD7B9

Text Example


Text Example

White with #FDD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7B9; }

 p { color: rgb(253,215,185); }

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

background-color css

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

 a { background-color: rgb(253,215,185); }

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

border-color css

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

 span { border-color: rgb(253,215,185); }

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