Html Css Color HEX #FDD6B9 Peach Puff

📋 copy color: '#FDD6B9'

red 253 ◦ green 214 ◦ blue 185

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

Shades of Peach Puff #FDD6B9

Tints of Peach Puff #FDD6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.82%

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

R = 38.8%
G = 32.82%
B = 28.37%

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

#FDD6B9 (or 0xFDD6B9) is known color: Peach Puff. HEX triplet: FD, D6 and B9. RGB value is (253,214,185). Sum of RGB (Red+Green+Blue) = 253+214+185=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6B9 is #022946. Grayscale: #DEDEDE. Windows color (decimal): -141639 or 12179197. OLE color: 12179197.

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

Color convert

RGB 253 214 185 -
CMYK 0 0.15 0.27 0.01
HSL 25.59º 0.94% 0.86% -
HSV(B) 25.59º 0.27% 0.99% -
XYZ 73.31 72.48 56.02 -
YUV 222.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 253 214 185 0 0.15 0.27 0.01 25.59 0.94 0.86
Hex FD D6 B9 0 F 1B 1 1A 5E 56
Octal 375 326 271 0 17 33 1 32 136 126
Binary 11111101 11010110 10111001 0 1111 11011 1 11010 1011110 1010110

Color Harmonies of #FDD6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6B9

Black with #FDD6B9

Text Example


Text Example

White with #FDD6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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