Shades of Chiffon #F8FDBC
Tints of Chiffon #F8FDBC
RGB
CMYK
RGB Variations
Color information
#F8FDBC (or 0xF8FDBC) is known color: Chiffon. HEX triplet: F8, FD and BC. RGB value is (248,253,188). Sum of RGB (Red+Green+Blue) = 248+253+188=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 188 (73.83% from 255 or 27.29% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FDBC is #070243. Grayscale: #F4F4F4. Windows color (decimal): -459332 or 12385784. OLE color: 12385784.
HSL color Cylindrical-coordinate representation of color #F8FDBC: hue angle of 64.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8FDBC is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 188 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.01 |
| HSL | 64.62º | 0.94% | 0.86% | - |
| HSV(B) | 64.62º | 0.26% | 0.99% | - |
| XYZ | 82.91 | 93.84 | 61.32 | - |
| YUV | 244.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 188 | 0.02 | 0 | 0.26 | 0.01 | 64.62 | 0.94 | 0.86 |
| Hex | F8 | FD | BC | 2 | 0 | 1A | 1 | 41 | 5E | 56 |
| Octal | 370 | 375 | 274 | 2 | 0 | 32 | 1 | 101 | 136 | 126 |
| Binary | 11111000 | 11111101 | 10111100 | 10 | 0 | 11010 | 1 | 1000001 | 1011110 | 1010110 |
Color Harmonies of #F8FDBC
Complementary color
Monochromatic Colors of #F8FDBC
Black with #F8FDBC
Text Example
Text Example
White with #F8FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDBC; }
p { color: rgb(248,253,188); }
H1.HeaderClassName
{
color: #F8FDBC;
}
.AnyTagClassName
{
color: #F8FDBC;
}
</style>
background-color css
<style>
a { background-color: #F8FDBC; }
a { background-color: rgb(248,253,188); }
div.DivClassName
{
background-color: #F8FDBC;
}
.BgClassName
{
background-color: #F8FDBC;
}
</style>
border-color css
<style>
span { border-color: #F8FDBC; }
span { border-color: rgb(248,253,188); }
td.TdClassName
{
border-color: #F8FDBC;
}
.TagClassName
{
border-color: #F8FDBC;
}
</style>