Shades of Peach-Yellow #FADFAD
Tints of Peach-Yellow #FADFAD
RGB
CMYK
RGB Variations
Color information
#FADFAD (or 0xFADFAD) is known color: 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
RGB | 250 | 223 | 173 | - |
CMYK | 0 | 0.11 | 0.31 | 0.02 |
HSL | 38.96º | 0.89% | 0.83% | - |
HSV(B) | 38.96º | 0.31% | 0.98% | - |
XYZ | 73.35 | 76.12 | 50.36 | - |
YUV | 225.37 | 98.45 | 145.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 173 | 0 | 0.11 | 0.31 | 0.02 | 38.96 | 0.89 | 0.83 |
Hex | FA | DF | AD | 0 | B | 1F | 2 | 27 | 59 | 53 |
Octal | 372 | 337 | 255 | 0 | 13 | 37 | 2 | 47 | 131 | 123 |
Binary | 11111010 | 11011111 | 10101101 | 0 | 1011 | 11111 | 10 | 100111 | 1011001 | 1010011 |
Color Harmonies of #FADFAD
Complementary color
Monochromatic Colors of #FADFAD
Black with #FADFAD
Text Example
Text Example
White with #FADFAD
Text Example
Text Example
HTML Codes & Css Web 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>