Html Css Color HEX #FFDAB9 PeachPuff

📋 copy color: '#FFDAB9'

red 255 ◦ green 218 ◦ blue 185

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

Shades of PeachPuff #FFDAB9

Tints of PeachPuff #FFDAB9

RGB

 RED value IS 255 (100% from 255) = 38.75%

 GREEN value IS 218 (85.55% from 255) = 33.13%

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

R = 38.75%
G = 33.13%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFDAB9 (or 0xFFDAB9) is known color: PeachPuff. HEX triplet: FF, DA and B9. RGB value is (255,218,185). Sum of RGB (Red+Green+Blue) = 255+218+185=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAB9 is #002546. Grayscale: #E1E1E1. Windows color (decimal): -9543 or 12180223. OLE color: 12180223.

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

Color convert

RGB 255 218 185 -
CMYK 0 0.15 0.27 0
HSL 28.29º 1% 0.86% -
HSV(B) 28.29º 0.27% 1% -
XYZ 75.07 74.91 56.4 -
YUV 225.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 255 218 185 0 0.15 0.27 0 28.29 1 0.86
Hex FF DA B9 0 F 1B 0 1C 64 56
Octal 377 332 271 0 17 33 0 34 144 126
Binary 11111111 11011010 10111001 0 1111 11011 0 11100 1100100 1010110

Color Harmonies of #FFDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDAB9

Black with #FFDAB9

Text Example


Text Example

White with #FFDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDAB9; }

 p { color: rgb(255,218,185); }

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

background-color css

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

 a { background-color: rgb(255,218,185); }

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

border-color css

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

 span { border-color: rgb(255,218,185); }

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