#FDCBAA

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

Shades of Peach #FDCBAA

Tints of Peach #FDCBAA

Color information

#FDCBAA (or 0xFDCBAA) is unknown color: approx Peach. HEX triplet: FD, CB and AA. RGB value is (253,203,170). Sum of RGB (Red+Green+Blue) = 253+203+170=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBAA is #023455. Grayscale: #D6D6D6. Windows color (decimal): -144470 or 11193341. OLE color: 11193341.

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

Color convert

RGB253203170-
CMYK00.200.330.01
HSL23.86º95.4%82.94%-
HSV(B)23.86º32.81%99.22%-
XYZ69.1266.547.22-
YUV214.19103.06155.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 170 (66.80% from 255) = 27.16%
R=40.42%
G=32.43%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320317000.200.330.0123.8695.482.94
HexFDCBAA014211185f53
Octal37531325202441130137123
Binary11111101110010111010101001010010000111100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBAA; }

 p { color: rgb(253,203,170); }

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

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

 a { background-color: rgb(253,203,170); }

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

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

 span { border-color: rgb(253,203,170); }

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