#FADFAA

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

Shades of Peach-Yellow #FADFAA

Tints of Peach-Yellow #FADFAA

Color information

#FADFAA (or 0xFADFAA) is unknown color: approx Peach-Yellow. HEX triplet: FA, DF and AA. RGB value is (250,223,170). Sum of RGB (Red+Green+Blue) = 250+223+170=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFAA is #052055. Grayscale: #E1E1E1. Windows color (decimal): -335958 or 11198458. OLE color: 11198458.

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

Color convert

RGB250223170-
CMYK00.110.320.02
HSL39.75º88.89%82.35%-
HSV(B)39.75º32%98.04%-
XYZ73.077648.85-
YUV225.0396.95145.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=38.88%
G=34.68%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022317000.110.320.0239.7588.8982.35
HexFADFAA0B202285952
Octal37233725201340250131122
Binary111110101101111110101010010111000001010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFAA; }

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

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

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

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

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

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

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

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