Shades of Beige #F8FCDA
Tints of Beige #F8FCDA
RGB
CMYK
RGB Variations
Color information
#F8FCDA (or 0xF8FCDA) is known color: Beige. HEX triplet: F8, FC and DA. RGB value is (248,252,218). Sum of RGB (Red+Green+Blue) = 248+252+218=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 218 (85.55% from 255 or 30.36% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCDA is #070325. Grayscale: #F7F7F7. Windows color (decimal): -459558 or 14351608. OLE color: 14351608.
HSL color Cylindrical-coordinate representation of color #F8FCDA: hue angle of 67.06º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8FCDA is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 218 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.01 |
| HSL | 67.06º | 0.85% | 0.92% | - |
| HSV(B) | 67.06º | 0.13% | 0.99% | - |
| XYZ | 86.18 | 94.64 | 80.05 | - |
| YUV | 246.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 218 | 0.02 | 0 | 0.13 | 0.01 | 67.06 | 0.85 | 0.92 |
| Hex | F8 | FC | DA | 2 | 0 | D | 1 | 43 | 55 | 5C |
| Octal | 370 | 374 | 332 | 2 | 0 | 15 | 1 | 103 | 125 | 134 |
| Binary | 11111000 | 11111100 | 11011010 | 10 | 0 | 1101 | 1 | 1000011 | 1010101 | 1011100 |
Color Harmonies of #F8FCDA
Complementary color
Monochromatic Colors of #F8FCDA
Black with #F8FCDA
Text Example
Text Example
White with #F8FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCDA; }
p { color: rgb(248,252,218); }
H1.HeaderClassName
{
color: #F8FCDA;
}
.AnyTagClassName
{
color: #F8FCDA;
}
</style>
background-color css
<style>
a { background-color: #F8FCDA; }
a { background-color: rgb(248,252,218); }
div.DivClassName
{
background-color: #F8FCDA;
}
.BgClassName
{
background-color: #F8FCDA;
}
</style>
border-color css
<style>
span { border-color: #F8FCDA; }
span { border-color: rgb(248,252,218); }
td.TdClassName
{
border-color: #F8FCDA;
}
.TagClassName
{
border-color: #F8FCDA;
}
</style>