#FADFAD

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

Shades of Peach-Yellow #FADFAD

Tints of Peach-Yellow #FADFAD

Color information

#FADFAD (or 0xFADFAD) is unknown color: approx Peach-Yellow. HEX triplet: FA, DF and AD. RGB value is (250,223,173). Sum of RGB (Red+Green+Blue) = 250+223+173=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFAD is #052052. Grayscale: #E1E1E1. Windows color (decimal): -335955 or 11395066. OLE color: 11395066.

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

Color convert

RGB250223173-
CMYK00.110.310.02
HSL38.96º88.51%82.94%-
HSV(B)38.96º30.8%98.04%-
XYZ73.3576.1250.36-
YUV225.3798.45145.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 173 (67.97% from 255) = 26.78%
R=38.70%
G=34.52%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022317300.110.310.0238.9688.5182.94
HexFADFAD0B1F2275953
Octal37233725501337247131123
Binary11111010110111111010110101011111111010011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFAD; }

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

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

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

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

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

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

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

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