#FADBAB

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

Shades of Peach-Yellow #FADBAB

Tints of Peach-Yellow #FADBAB

Color information

#FADBAB (or 0xFADBAB) is unknown color: approx Peach-Yellow. HEX triplet: FA, DB and AB. RGB value is (250,219,171). Sum of RGB (Red+Green+Blue) = 250+219+171=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADBAB is #052454. Grayscale: #DFDFDF. Windows color (decimal): -336981 or 11262970. OLE color: 11262970.

HSL color Cylindrical-coordinate representation of color #FADBAB: hue angle of 36.46º 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 #FADBAB is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250219171-
CMYK00.120.320.02
HSL36.46º88.76%82.55%-
HSV(B)36.46º31.6%98.04%-
XYZ72.1173.9349-
YUV222.898.77147.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 171 (67.19% from 255) = 26.72%
R=39.06%
G=34.22%
B=26.72%

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
Decimal25021917100.120.320.0236.4688.7682.55
HexFADBAB0C202245953
Octal37233325301440244131123
Binary111110101101101110101011011001000001010010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBAB; }

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

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

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

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

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

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

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

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