Html Css Color HEX #FCD8BC Peach Puff

📋 copy color: '#FCD8BC'

red 252 ◦ green 216 ◦ blue 188

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

Shades of Peach Puff #FCD8BC

Tints of Peach Puff #FCD8BC

RGB

 RED value IS 252 (98.83% from 255) = 38.41%

 GREEN value IS 216 (84.77% from 255) = 32.93%

 BLUE value IS 188 (73.83% from 255) = 28.66%

R = 38.41%
G = 32.93%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCD8BC (or 0xFCD8BC) is known color: Peach Puff. HEX triplet: FC, D8 and BC. RGB value is (252,216,188). Sum of RGB (Red+Green+Blue) = 252+216+188=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8BC is #032743. Grayscale: #DFDFDF. Windows color (decimal): -206660 or 12376316. OLE color: 12376316.

HSL color Cylindrical-coordinate representation of color #FCD8BC: hue angle of 26.25º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCD8BC is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 188 -
CMYK 0 0.14 0.25 0.01
HSL 26.25º 0.91% 0.86% -
HSV(B) 26.25º 0.25% 0.99% -
XYZ 73.78 73.44 57.86 -
YUV 223.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 252 216 188 0 0.14 0.25 0.01 26.25 0.91 0.86
Hex FC D8 BC 0 E 19 1 1A 5B 56
Octal 374 330 274 0 16 31 1 32 133 126
Binary 11111100 11011000 10111100 0 1110 11001 1 11010 1011011 1010110

Color Harmonies of #FCD8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8BC

Black with #FCD8BC

Text Example


Text Example

White with #FCD8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8BC; }

 p { color: rgb(252,216,188); }

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

background-color css

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

 a { background-color: rgb(252,216,188); }

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

border-color css

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

 span { border-color: rgb(252,216,188); }

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