Shades of Beige #F7FCDD
Tints of Beige #F7FCDD
RGB
CMYK
RGB Variations
Color information
#F7FCDD (or 0xF7FCDD) is known color: Beige. HEX triplet: F7, FC and DD. RGB value is (247,252,221). Sum of RGB (Red+Green+Blue) = 247+252+221=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 252 (98.83% from 255 or 35% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FCDD is #080322. Grayscale: #F7F7F7. Windows color (decimal): -525091 or 14548215. OLE color: 14548215.
HSL color Cylindrical-coordinate representation of color #F7FCDD: hue angle of 69.68º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7FCDD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 221 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.01 |
| HSL | 69.68º | 0.84% | 0.93% | - |
| HSV(B) | 69.68º | 0.12% | 0.99% | - |
| XYZ | 86.22 | 94.62 | 82.12 | - |
| YUV | 246.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 221 | 0.02 | 0 | 0.12 | 0.01 | 69.68 | 0.84 | 0.93 |
| Hex | F7 | FC | DD | 2 | 0 | C | 1 | 46 | 54 | 5D |
| Octal | 367 | 374 | 335 | 2 | 0 | 14 | 1 | 106 | 124 | 135 |
| Binary | 11110111 | 11111100 | 11011101 | 10 | 0 | 1100 | 1 | 1000110 | 1010100 | 1011101 |
Color Harmonies of #F7FCDD
Complementary color
Monochromatic Colors of #F7FCDD
Black with #F7FCDD
Text Example
Text Example
White with #F7FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCDD; }
p { color: rgb(247,252,221); }
H1.HeaderClassName
{
color: #F7FCDD;
}
.AnyTagClassName
{
color: #F7FCDD;
}
</style>
background-color css
<style>
a { background-color: #F7FCDD; }
a { background-color: rgb(247,252,221); }
div.DivClassName
{
background-color: #F7FCDD;
}
.BgClassName
{
background-color: #F7FCDD;
}
</style>
border-color css
<style>
span { border-color: #F7FCDD; }
span { border-color: rgb(247,252,221); }
td.TdClassName
{
border-color: #F7FCDD;
}
.TagClassName
{
border-color: #F7FCDD;
}
</style>