Shades of Beige #FAFADC
Tints of Beige #FAFADC
RGB
CMYK
RGB Variations
Color information
#FAFADC (or 0xFAFADC) is known color: Beige. HEX triplet: FA, FA and DC. RGB value is (250,250,220). Sum of RGB (Red+Green+Blue) = 250+250+220=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADC is #050523. Grayscale: #F6F6F6. Windows color (decimal): -328996 or 14482170. OLE color: 14482170.
HSL color Cylindrical-coordinate representation of color #FAFADC: hue angle of 60º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFADC is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 220 | - |
| CMYK | 0 | 0 | 0.12 | 0.02 |
| HSL | 60º | 0.75% | 0.92% | - |
| HSV(B) | 60º | 0.12% | 0.98% | - |
| XYZ | 86.53 | 93.86 | 81.27 | - |
| YUV | 246.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 220 | 0 | 0 | 0.12 | 0.02 | 60 | 0.75 | 0.92 |
| Hex | FA | FA | DC | 0 | 0 | C | 2 | 3C | 4B | 5C |
| Octal | 372 | 372 | 334 | 0 | 0 | 14 | 2 | 74 | 113 | 134 |
| Binary | 11111010 | 11111010 | 11011100 | 0 | 0 | 1100 | 10 | 111100 | 1001011 | 1011100 |
Color Harmonies of #FAFADC
Complementary color
Monochromatic Colors of #FAFADC
Black with #FAFADC
Text Example
Text Example
White with #FAFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFADC; }
p { color: rgb(250,250,220); }
H1.HeaderClassName
{
color: #FAFADC;
}
.AnyTagClassName
{
color: #FAFADC;
}
</style>
background-color css
<style>
a { background-color: #FAFADC; }
a { background-color: rgb(250,250,220); }
div.DivClassName
{
background-color: #FAFADC;
}
.BgClassName
{
background-color: #FAFADC;
}
</style>
border-color css
<style>
span { border-color: #FAFADC; }
span { border-color: rgb(250,250,220); }
td.TdClassName
{
border-color: #FAFADC;
}
.TagClassName
{
border-color: #FAFADC;
}
</style>