#FDCFA1

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

Shades of Peach #FDCFA1

Tints of Peach #FDCFA1

Color information

#FDCFA1 (or 0xFDCFA1) is unknown color: approx Peach. HEX triplet: FD, CF and A1. RGB value is (253,207,161). Sum of RGB (Red+Green+Blue) = 253+207+161=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFA1 is #02305E. Grayscale: #D7D7D7. Windows color (decimal): -143455 or 10604541. OLE color: 10604541.

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

Color convert

RGB253207161-
CMYK00.180.360.01
HSL30º95.83%81.18%-
HSV(B)30º36.36%99.22%-
XYZ69.2568.0843.21-
YUV215.5197.24154.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 161 (63.28% from 255) = 25.93%
R=40.74%
G=33.33%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320716100.180.360.013095.8381.18
HexFDCFA10122411e6051
Octal37531724102244136140121
Binary11111101110011111010000101001010010011111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFA1; }

 p { color: rgb(253,207,161); }

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

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

 a { background-color: rgb(253,207,161); }

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

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

 span { border-color: rgb(253,207,161); }

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