Html Css Color HEX #FFDEBD Peach Puff

📋 copy color: '#FFDEBD'

red 255 ◦ green 222 ◦ blue 189

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

Shades of Peach Puff #FFDEBD

Tints of Peach Puff #FFDEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.33%

 BLUE value IS 189 (74.22% from 255) = 28.38%

R = 38.29%
G = 33.33%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFDEBD (or 0xFFDEBD) is known color: Peach Puff. HEX triplet: FF, DE and BD. RGB value is (255,222,189). Sum of RGB (Red+Green+Blue) = 255+222+189=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEBD is #002142. Grayscale: #E4E4E4. Windows color (decimal): -8515 or 12443391. OLE color: 12443391.

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

Color convert

RGB 255 222 189 -
CMYK 0 0.13 0.26 0
HSL 30º 1% 0.87% -
HSV(B) 30º 0.26% 1% -
XYZ 76.55 77.18 59.01 -
YUV 228.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 255 222 189 0 0.13 0.26 0 30 1 0.87
Hex FF DE BD 0 D 1A 0 1E 64 57
Octal 377 336 275 0 15 32 0 36 144 127
Binary 11111111 11011110 10111101 0 1101 11010 0 11110 1100100 1010111

Color Harmonies of #FFDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDEBD

Black with #FFDEBD

Text Example


Text Example

White with #FFDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDEBD; }

 p { color: rgb(255,222,189); }

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

background-color css

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

 a { background-color: rgb(255,222,189); }

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

border-color css

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

 span { border-color: rgb(255,222,189); }

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