Html Css Color HEX #FDD6B8 Peach Puff

📋 copy color: '#FDD6B8'

red 253 ◦ green 214 ◦ blue 184

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

Shades of Peach Puff #FDD6B8

Tints of Peach Puff #FDD6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.26%

R = 38.86%
G = 32.87%
B = 28.26%

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

#FDD6B8 (or 0xFDD6B8) is known color: Peach Puff. HEX triplet: FD, D6 and B8. RGB value is (253,214,184). Sum of RGB (Red+Green+Blue) = 253+214+184=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6B8 is #022947. Grayscale: #DEDEDE. Windows color (decimal): -141640 or 12113661. OLE color: 12113661.

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

Color convert

RGB 253 214 184 -
CMYK 0 0.15 0.27 0.01
HSL 26.09º 0.95% 0.86% -
HSV(B) 26.09º 0.27% 0.99% -
XYZ 73.21 72.44 55.47 -
YUV 222.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 253 214 184 0 0.15 0.27 0.01 26.09 0.95 0.86
Hex FD D6 B8 0 F 1B 1 1A 5F 56
Octal 375 326 270 0 17 33 1 32 137 126
Binary 11111101 11010110 10111000 0 1111 11011 1 11010 1011111 1010110

Color Harmonies of #FDD6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6B8

Black with #FDD6B8

Text Example


Text Example

White with #FDD6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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