#FADCAE

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

Shades of Peach-Yellow #FADCAE

Tints of Peach-Yellow #FADCAE

Color information

#FADCAE (or 0xFADCAE) is unknown color: approx Peach-Yellow. HEX triplet: FA, DC and AE. RGB value is (250,220,174). Sum of RGB (Red+Green+Blue) = 250+220+174=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCAE is #052351. Grayscale: #DFDFDF. Windows color (decimal): -336722 or 11459834. OLE color: 11459834.

HSL color Cylindrical-coordinate representation of color #FADCAE: hue angle of 36.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FADCAE is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250220174-
CMYK00.120.300.02
HSL36.32º88.37%83.14%-
HSV(B)36.32º30.4%98.04%-
XYZ72.6674.5750.61-
YUV223.7399.94146.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 174 (68.36% from 255) = 27.02%
R=38.82%
G=34.16%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022017400.120.300.0236.3288.3783.14
HexFADCAE0C1E2245853
Octal37233425601436244130123
Binary11111010110111001010111001100111101010010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCAE; }

 p { color: rgb(250,220,174); }

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

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

 a { background-color: rgb(250,220,174); }

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

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

 span { border-color: rgb(250,220,174); }

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