#FCCA9F

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

Shades of Peach #FCCA9F

Tints of Peach #FCCA9F

Color information

#FCCA9F (or 0xFCCA9F) is unknown color: approx Peach. HEX triplet: FC, CA and 9F. RGB value is (252,202,159). Sum of RGB (Red+Green+Blue) = 252+202+159=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCA9F is #033560. Grayscale: #D4D4D4. Windows color (decimal): -210273 or 10472188. OLE color: 10472188.

HSL color Cylindrical-coordinate representation of color #FCCA9F: hue angle of 27.74º 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 #FCCA9F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252202159-
CMYK00.200.370.01
HSL27.74º93.94%80.59%-
HSV(B)27.74º36.9%98.82%-
XYZ67.5265.4441.87-
YUV212.0598.06156.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 159 (62.5% from 255) = 25.94%
R=41.11%
G=32.95%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220215900.200.370.0127.7493.9480.59
HexFCCA9F0142511c5e51
Octal37431223702445134136121
Binary11111100110010101001111101010010010111110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCA9F; }

 p { color: rgb(252,202,159); }

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

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

 a { background-color: rgb(252,202,159); }

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

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

 span { border-color: rgb(252,202,159); }

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