Html Css Color HEX #FFDABA Peach Puff

📋 copy color: '#FFDABA'

red 255 ◦ green 218 ◦ blue 186

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

Shades of Peach Puff #FFDABA

Tints of Peach Puff #FFDABA

RGB

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

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

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

R = 38.69%
G = 33.08%
B = 28.22%

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

#FFDABA (or 0xFFDABA) is known color: Peach Puff. HEX triplet: FF, DA and BA. RGB value is (255,218,186). Sum of RGB (Red+Green+Blue) = 255+218+186=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDABA is #002545. Grayscale: #E1E1E1. Windows color (decimal): -9542 or 12245759. OLE color: 12245759.

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

Color convert

RGB 255 218 186 -
CMYK 0 0.15 0.27 0
HSL 27.83º 1% 0.86% -
HSV(B) 27.83º 0.27% 1% -
XYZ 75.17 74.95 56.96 -
YUV 225.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 255 218 186 0 0.15 0.27 0 27.83 1 0.86
Hex FF DA BA 0 F 1B 0 1C 64 56
Octal 377 332 272 0 17 33 0 34 144 126
Binary 11111111 11011010 10111010 0 1111 11011 0 11100 1100100 1010110

Color Harmonies of #FFDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDABA

Black with #FFDABA

Text Example


Text Example

White with #FFDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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