#FCCFA8

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

Shades of Peach #FCCFA8

Tints of Peach #FCCFA8

Color information

#FCCFA8 (or 0xFCCFA8) is unknown color: approx Peach. HEX triplet: FC, CF and A8. RGB value is (252,207,168). Sum of RGB (Red+Green+Blue) = 252+207+168=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFA8 is #033057. Grayscale: #D8D8D8. Windows color (decimal): -208984 or 11063292. OLE color: 11063292.

HSL color Cylindrical-coordinate representation of color #FCCFA8: hue angle of 27.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCCFA8 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252207168-
CMYK00.180.330.01
HSL27.86º93.33%82.35%-
HSV(B)27.86º33.33%98.82%-
XYZ69.5368.1546.54-
YUV216.01100.91153.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.19%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 168 (66.02% from 255) = 26.79%
R=40.19%
G=33.01%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220716800.180.330.0127.8693.3382.35
HexFCCFA80122111c5d52
Octal37431725002241134135122
Binary11111100110011111010100001001010000111110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFA8; }

 p { color: rgb(252,207,168); }

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

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

 a { background-color: rgb(252,207,168); }

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

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

 span { border-color: rgb(252,207,168); }

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