Shades of Chiffon #F4FABD
Tints of Chiffon #F4FABD
RGB
CMYK
RGB Variations
Color information
#F4FABD (or 0xF4FABD) is known color: Chiffon. HEX triplet: F4, FA and BD. RGB value is (244,250,189). Sum of RGB (Red+Green+Blue) = 244+250+189=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FABD is #0B0542. Grayscale: #F1F1F1. Windows color (decimal): -722243 or 12450548. OLE color: 12450548.
HSL color Cylindrical-coordinate representation of color #F4FABD: hue angle of 65.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4FABD is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 250 | 189 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.02 |
| HSL | 65.9º | 0.86% | 0.86% | - |
| HSV(B) | 65.9º | 0.24% | 0.98% | - |
| XYZ | 80.68 | 91.28 | 61.51 | - |
| YUV | 241.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 250 | 189 | 0.02 | 0 | 0.24 | 0.02 | 65.9 | 0.86 | 0.86 |
| Hex | F4 | FA | BD | 2 | 0 | 18 | 2 | 42 | 56 | 56 |
| Octal | 364 | 372 | 275 | 2 | 0 | 30 | 2 | 102 | 126 | 126 |
| Binary | 11110100 | 11111010 | 10111101 | 10 | 0 | 11000 | 10 | 1000010 | 1010110 | 1010110 |
Color Harmonies of #F4FABD
Complementary color
Monochromatic Colors of #F4FABD
Black with #F4FABD
Text Example
Text Example
White with #F4FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FABD; }
p { color: rgb(244,250,189); }
H1.HeaderClassName
{
color: #F4FABD;
}
.AnyTagClassName
{
color: #F4FABD;
}
</style>
background-color css
<style>
a { background-color: #F4FABD; }
a { background-color: rgb(244,250,189); }
div.DivClassName
{
background-color: #F4FABD;
}
.BgClassName
{
background-color: #F4FABD;
}
</style>
border-color css
<style>
span { border-color: #F4FABD; }
span { border-color: rgb(244,250,189); }
td.TdClassName
{
border-color: #F4FABD;
}
.TagClassName
{
border-color: #F4FABD;
}
</style>