#FCDFAF

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

Shades of Peach-Yellow #FCDFAF

Tints of Peach-Yellow #FCDFAF

Color information

#FCDFAF (or 0xFCDFAF) is unknown color: approx Peach-Yellow. HEX triplet: FC, DF and AF. RGB value is (252,223,175). Sum of RGB (Red+Green+Blue) = 252+223+175=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDFAF is #032050. Grayscale: #E2E2E2. Windows color (decimal): -204881 or 11526140. OLE color: 11526140.

HSL color Cylindrical-coordinate representation of color #FCDFAF: hue angle of 37.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCDFAF is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252223175-
CMYK00.120.310.01
HSL37.4º92.77%83.73%-
HSV(B)37.4º30.56%98.82%-
XYZ74.2776.5751.42-
YUV226.299.11146.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=38.77%
G=34.31%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222317500.120.310.0137.492.7783.73
HexFCDFAF0C1F1255d54
Octal37433725701437145135124
Binary1111110011011111101011110110011111110010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFAF; }

 p { color: rgb(252,223,175); }

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

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

 a { background-color: rgb(252,223,175); }

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

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

 span { border-color: rgb(252,223,175); }

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