Shades of Chiffon #F5FCB4
Tints of Chiffon #F5FCB4
RGB
CMYK
RGB Variations
Color information
#F5FCB4 (or 0xF5FCB4) is known color: Chiffon. HEX triplet: F5, FC and B4. RGB value is (245,252,180). Sum of RGB (Red+Green+Blue) = 245+252+180=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 180 (70.70% from 255 or 26.59% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCB4 is #0A034B. Grayscale: #F1F1F1. Windows color (decimal): -656204 or 11861237. OLE color: 11861237.
HSL color Cylindrical-coordinate representation of color #F5FCB4: hue angle of 65.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5FCB4 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 180 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.01 |
| HSL | 65.83º | 0.92% | 0.85% | - |
| HSV(B) | 65.83º | 0.29% | 0.99% | - |
| XYZ | 80.7 | 92.33 | 56.75 | - |
| YUV | 241.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 180 | 0.03 | 0 | 0.29 | 0.01 | 65.83 | 0.92 | 0.85 |
| Hex | F5 | FC | B4 | 3 | 0 | 1D | 1 | 42 | 5C | 55 |
| Octal | 365 | 374 | 264 | 3 | 0 | 35 | 1 | 102 | 134 | 125 |
| Binary | 11110101 | 11111100 | 10110100 | 11 | 0 | 11101 | 1 | 1000010 | 1011100 | 1010101 |
Color Harmonies of #F5FCB4
Complementary color
Monochromatic Colors of #F5FCB4
Black with #F5FCB4
Text Example
Text Example
White with #F5FCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCB4; }
p { color: rgb(245,252,180); }
H1.HeaderClassName
{
color: #F5FCB4;
}
.AnyTagClassName
{
color: #F5FCB4;
}
</style>
background-color css
<style>
a { background-color: #F5FCB4; }
a { background-color: rgb(245,252,180); }
div.DivClassName
{
background-color: #F5FCB4;
}
.BgClassName
{
background-color: #F5FCB4;
}
</style>
border-color css
<style>
span { border-color: #F5FCB4; }
span { border-color: rgb(245,252,180); }
td.TdClassName
{
border-color: #F5FCB4;
}
.TagClassName
{
border-color: #F5FCB4;
}
</style>