#FCCAA4

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

Shades of Peach #FCCAA4

Tints of Peach #FCCAA4

Color information

#FCCAA4 (or 0xFCCAA4) is unknown color: approx Peach. HEX triplet: FC, CA and A4. RGB value is (252,202,164). Sum of RGB (Red+Green+Blue) = 252+202+164=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA4 is #03355B. Grayscale: #D4D4D4. Windows color (decimal): -210268 or 10799868. OLE color: 10799868.

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

Color convert

RGB252202164-
CMYK00.200.350.01
HSL25.91º93.62%81.57%-
HSV(B)25.91º34.92%98.82%-
XYZ67.9765.6244.21-
YUV212.62100.56156.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 164 (64.45% from 255) = 26.54%
R=40.78%
G=32.69%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220216400.200.350.0125.9193.6281.57
HexFCCAA40142311a5e52
Octal37431224402443132136122
Binary11111100110010101010010001010010001111101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAA4; }

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

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

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

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

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

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

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

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