Shades of Beige #F9FADC
Tints of Beige #F9FADC
RGB
CMYK
RGB Variations
Color information
#F9FADC (or 0xF9FADC) is known color: Beige. HEX triplet: F9, FA and DC. RGB value is (249,250,220). Sum of RGB (Red+Green+Blue) = 249+250+220=719 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.63% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FADC is #060523. Grayscale: #F6F6F6. Windows color (decimal): -394532 or 14482169. OLE color: 14482169.
HSL color Cylindrical-coordinate representation of color #F9FADC: hue angle of 62º 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 #F9FADC is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 250 | 220 | - |
CMYK | 0.00 | 0 | 0.12 | 0.02 |
HSL | 62º | 0.75% | 0.92% | - |
HSV(B) | 62º | 0.12% | 0.98% | - |
XYZ | 86.17 | 93.68 | 81.25 | - |
YUV | 246.28 | 113.17 | 129.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 250 | 220 | 0.00 | 0 | 0.12 | 0.02 | 62 | 0.75 | 0.92 |
Hex | F9 | FA | DC | 0 | 0 | C | 2 | 3E | 4B | 5C |
Octal | 371 | 372 | 334 | 0 | 0 | 14 | 2 | 76 | 113 | 134 |
Binary | 11111001 | 11111010 | 11011100 | 0 | 0 | 1100 | 10 | 111110 | 1001011 | 1011100 |
Color Harmonies of #F9FADC
Complementary color
Monochromatic Colors of #F9FADC
Black with #F9FADC
Text Example
Text Example
White with #F9FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FADC; }
p { color: rgb(249,250,220); }
H1.HeaderClassName
{
color: #F9FADC;
}
.AnyTagClassName
{
color: #F9FADC;
}
</style>
background-color css
<style>
a { background-color: #F9FADC; }
a { background-color: rgb(249,250,220); }
div.DivClassName
{
background-color: #F9FADC;
}
.BgClassName
{
background-color: #F9FADC;
}
</style>
border-color css
<style>
span { border-color: #F9FADC; }
span { border-color: rgb(249,250,220); }
td.TdClassName
{
border-color: #F9FADC;
}
.TagClassName
{
border-color: #F9FADC;
}
</style>