Html Css Color HEX #FCD5B4 Peach Puff

📋 copy color: '#FCD5B4'

red 252 ◦ green 213 ◦ blue 180

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

Shades of Peach Puff #FCD5B4

Tints of Peach Puff #FCD5B4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.02%

 BLUE value IS 180 (70.7% from 255) = 27.91%

R = 39.07%
G = 33.02%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCD5B4 (or 0xFCD5B4) is known color: Peach Puff. HEX triplet: FC, D5 and B4. RGB value is (252,213,180). Sum of RGB (Red+Green+Blue) = 252+213+180=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 180 (70.70% from 255 or 27.91% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5B4 is #032A4B. Grayscale: #DDDDDD. Windows color (decimal): -207436 or 11851260. OLE color: 11851260.

HSL color Cylindrical-coordinate representation of color #FCD5B4: hue angle of 27.5º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCD5B4 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 180 -
CMYK 0 0.15 0.29 0.01
HSL 27.5º 0.92% 0.85% -
HSV(B) 27.5º 0.29% 0.99% -
XYZ 72.18 71.58 53.19 -
YUV 220.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 252 213 180 0 0.15 0.29 0.01 27.5 0.92 0.85
Hex FC D5 B4 0 F 1D 1 1C 5C 55
Octal 374 325 264 0 17 35 1 34 134 125
Binary 11111100 11010101 10110100 0 1111 11101 1 11100 1011100 1010101

Color Harmonies of #FCD5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5B4

Black with #FCD5B4

Text Example


Text Example

White with #FCD5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5B4; }

 p { color: rgb(252,213,180); }

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

background-color css

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

 a { background-color: rgb(252,213,180); }

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

border-color css

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

 span { border-color: rgb(252,213,180); }

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