#FCCBA0

Color #FCCBA0 Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach #FCCBA0

Tints of Peach #FCCBA0

Color information

#FCCBA0 (or 0xFCCBA0) is unknown color: approx Peach. HEX triplet: FC, CB and A0. RGB value is (252,203,160). Sum of RGB (Red+Green+Blue) = 252+203+160=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBA0 is #03345F. Grayscale: #D4D4D4. Windows color (decimal): -210016 or 10537980. OLE color: 10537980.

HSL color Cylindrical-coordinate representation of color #FCCBA0: hue angle of 28.04º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCBA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252203160-
CMYK00.190.370.01
HSL28.04º93.88%80.78%-
HSV(B)28.04º36.51%98.82%-
XYZ67.8565.9542.41-
YUV212.7598.23156-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=40.98%
G=33.01%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220316000.190.370.0128.0493.8880.78
HexFCCBA00132511c5e51
Octal37431324002345134136121
Binary11111100110010111010000001001110010111110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBA0; }

 p { color: rgb(252,203,160); }

 H1.HeaderClassName
 {
   color: #FCCBA0;
 }
 .AnyTagClassName
 {
   color: #FCCBA0;
 }
</style>
background-color css

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

 a { background-color: rgb(252,203,160); }

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

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

 span { border-color: rgb(252,203,160); }

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