#FADDB0

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

Shades of Peach-Yellow #FADDB0

Tints of Peach-Yellow #FADDB0

Color information

#FADDB0 (or 0xFADDB0) is unknown color: approx Peach-Yellow. HEX triplet: FA, DD and B0. RGB value is (250,221,176). Sum of RGB (Red+Green+Blue) = 250+221+176=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDB0 is #05224F. Grayscale: #E0E0E0. Windows color (decimal): -336464 or 11591162. OLE color: 11591162.

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

Color convert

RGB250221176-
CMYK00.120.300.02
HSL36.49º88.1%83.53%-
HSV(B)36.49º29.6%98.04%-
XYZ73.1275.1751.73-
YUV224.54100.61146.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 221 (86.72% from 255) = 34.16%
BLUE value IS 176 (69.14% from 255) = 27.20%
R=38.64%
G=34.16%
B=27.20%

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
Decimal25022117600.120.300.0236.4988.183.53
HexFADDB00C1E2245854
Octal37233526001436244130124
Binary11111010110111011011000001100111101010010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDB0; }

 p { color: rgb(250,221,176); }

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

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

 a { background-color: rgb(250,221,176); }

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

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

 span { border-color: rgb(250,221,176); }

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