#FCDDAA

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

Shades of Peach-Yellow #FCDDAA

Tints of Peach-Yellow #FCDDAA

Color information

#FCDDAA (or 0xFCDDAA) is unknown color: approx Peach-Yellow. HEX triplet: FC, DD and AA. RGB value is (252,221,170). Sum of RGB (Red+Green+Blue) = 252+221+170=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDDAA is #032255. Grayscale: #E0E0E0. Windows color (decimal): -205398 or 11197948. OLE color: 11197948.

HSL color Cylindrical-coordinate representation of color #FCDDAA: hue angle of 37.32º degrees, saturation: 0.93, 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 #FCDDAA is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252221170-
CMYK00.120.330.01
HSL37.32º93.18%82.75%-
HSV(B)37.32º32.54%98.82%-
XYZ73.2675.3148.71-
YUV224.4697.27147.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=39.19%
G=34.37%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222117000.120.330.0137.3293.1882.75
HexFCDDAA0C211255d53
Octal37433525201441145135123
Binary11111100110111011010101001100100001110010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDAA; }

 p { color: rgb(252,221,170); }

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

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

 a { background-color: rgb(252,221,170); }

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

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

 span { border-color: rgb(252,221,170); }

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