Shades of Beige #F8FADC
Tints of Beige #F8FADC
RGB
CMYK
RGB Variations
Color information
#F8FADC (or 0xF8FADC) is known color: Beige. HEX triplet: F8, FA and DC. RGB value is (248,250,220). Sum of RGB (Red+Green+Blue) = 248+250+220=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FADC is #070523. Grayscale: #F6F6F6. Windows color (decimal): -460068 or 14482168. OLE color: 14482168.
HSL color Cylindrical-coordinate representation of color #F8FADC: hue angle of 64º 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 #F8FADC is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 250 | 220 | - |
CMYK | 0.01 | 0 | 0.12 | 0.02 |
HSL | 64º | 0.75% | 0.92% | - |
HSV(B) | 64º | 0.12% | 0.98% | - |
XYZ | 85.82 | 93.49 | 81.23 | - |
YUV | 245.98 | 113.34 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 250 | 220 | 0.01 | 0 | 0.12 | 0.02 | 64 | 0.75 | 0.92 |
Hex | F8 | FA | DC | 1 | 0 | C | 2 | 40 | 4B | 5C |
Octal | 370 | 372 | 334 | 1 | 0 | 14 | 2 | 100 | 113 | 134 |
Binary | 11111000 | 11111010 | 11011100 | 1 | 0 | 1100 | 10 | 1000000 | 1001011 | 1011100 |
Color Harmonies of #F8FADC
Complementary color
Monochromatic Colors of #F8FADC
Black with #F8FADC
Text Example
Text Example
White with #F8FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FADC; }
p { color: rgb(248,250,220); }
H1.HeaderClassName
{
color: #F8FADC;
}
.AnyTagClassName
{
color: #F8FADC;
}
</style>
background-color css
<style>
a { background-color: #F8FADC; }
a { background-color: rgb(248,250,220); }
div.DivClassName
{
background-color: #F8FADC;
}
.BgClassName
{
background-color: #F8FADC;
}
</style>
border-color css
<style>
span { border-color: #F8FADC; }
span { border-color: rgb(248,250,220); }
td.TdClassName
{
border-color: #F8FADC;
}
.TagClassName
{
border-color: #F8FADC;
}
</style>