Shades of Chiffon #F8FDBD
Tints of Chiffon #F8FDBD
RGB
CMYK
RGB Variations
Color information
#F8FDBD (or 0xF8FDBD) is known color: Chiffon. HEX triplet: F8, FD and BD. RGB value is (248,253,189). Sum of RGB (Red+Green+Blue) = 248+253+189=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 189 (74.22% from 255 or 27.39% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FDBD is #070242. Grayscale: #F4F4F4. Windows color (decimal): -459331 or 12451320. OLE color: 12451320.
HSL color Cylindrical-coordinate representation of color #F8FDBD: hue angle of 64.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8FDBD is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 253 | 189 | - |
CMYK | 0.02 | 0 | 0.25 | 0.01 |
HSL | 64.69º | 0.94% | 0.87% | - |
HSV(B) | 64.69º | 0.25% | 0.99% | - |
XYZ | 83.02 | 93.88 | 61.89 | - |
YUV | 244.21 | 96.84 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 253 | 189 | 0.02 | 0 | 0.25 | 0.01 | 64.69 | 0.94 | 0.87 |
Hex | F8 | FD | BD | 2 | 0 | 19 | 1 | 41 | 5E | 57 |
Octal | 370 | 375 | 275 | 2 | 0 | 31 | 1 | 101 | 136 | 127 |
Binary | 11111000 | 11111101 | 10111101 | 10 | 0 | 11001 | 1 | 1000001 | 1011110 | 1010111 |
Color Harmonies of #F8FDBD
Complementary color
Monochromatic Colors of #F8FDBD
Black with #F8FDBD
Text Example
Text Example
White with #F8FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDBD; }
p { color: rgb(248,253,189); }
H1.HeaderClassName
{
color: #F8FDBD;
}
.AnyTagClassName
{
color: #F8FDBD;
}
</style>
background-color css
<style>
a { background-color: #F8FDBD; }
a { background-color: rgb(248,253,189); }
div.DivClassName
{
background-color: #F8FDBD;
}
.BgClassName
{
background-color: #F8FDBD;
}
</style>
border-color css
<style>
span { border-color: #F8FDBD; }
span { border-color: rgb(248,253,189); }
td.TdClassName
{
border-color: #F8FDBD;
}
.TagClassName
{
border-color: #F8FDBD;
}
</style>