#FADDAB

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

Shades of Peach-Yellow #FADDAB

Tints of Peach-Yellow #FADDAB

Color information

#FADDAB (or 0xFADDAB) is unknown color: approx Peach-Yellow. HEX triplet: FA, DD and AB. RGB value is (250,221,171). Sum of RGB (Red+Green+Blue) = 250+221+171=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDAB is #052254. Grayscale: #E0E0E0. Windows color (decimal): -336469 or 11263482. OLE color: 11263482.

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

Color convert

RGB250221171-
CMYK00.120.320.02
HSL37.97º88.76%82.55%-
HSV(B)37.97º31.6%98.04%-
XYZ72.6374.9849.17-
YUV223.9798.11146.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 171 (67.19% from 255) = 26.64%
R=38.94%
G=34.42%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022117100.120.320.0237.9788.7682.55
HexFADDAB0C202265953
Octal37233525301440246131123
Binary111110101101110110101011011001000001010011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDAB; }

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

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

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

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

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

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

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

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