#FADFB0

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

Shades of Peach-Yellow #FADFB0

Tints of Peach-Yellow #FADFB0

Color information

#FADFB0 (or 0xFADFB0) is unknown color: approx Peach-Yellow. HEX triplet: FA, DF and B0. RGB value is (250,223,176). Sum of RGB (Red+Green+Blue) = 250+223+176=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFB0 is #05204F. Grayscale: #E1E1E1. Windows color (decimal): -335952 or 11591674. OLE color: 11591674.

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

Color convert

RGB250223176-
CMYK00.110.300.02
HSL38.11º88.1%83.53%-
HSV(B)38.11º29.6%98.04%-
XYZ73.6576.2351.91-
YUV225.7199.95145.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 176 (69.14% from 255) = 27.12%
R=38.52%
G=34.36%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022317600.110.300.0238.1188.183.53
HexFADFB00B1E2265854
Octal37233726001336246130124
Binary11111010110111111011000001011111101010011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFB0; }

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

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

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

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

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

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

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

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