Shades of Chiffon #F5FEB4
Tints of Chiffon #F5FEB4
RGB
CMYK
RGB Variations
Color information
#F5FEB4 (or 0xF5FEB4) is known color: Chiffon. HEX triplet: F5, FE and B4. RGB value is (245,254,180). Sum of RGB (Red+Green+Blue) = 245+254+180=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 180 (70.70% from 255 or 26.51% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEB4 is #0A014B. Grayscale: #F3F3F3. Windows color (decimal): -655692 or 11861749. OLE color: 11861749.
HSL color Cylindrical-coordinate representation of color #F5FEB4: hue angle of 67.3º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5FEB4 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 180 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.00 |
| HSL | 67.3º | 0.97% | 0.85% | - |
| HSV(B) | 67.3º | 0.29% | 1% | - |
| XYZ | 81.34 | 93.59 | 56.96 | - |
| YUV | 242.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 180 | 0.04 | 0 | 0.29 | 0.00 | 67.3 | 0.97 | 0.85 |
| Hex | F5 | FE | B4 | 4 | 0 | 1D | 0 | 43 | 61 | 55 |
| Octal | 365 | 376 | 264 | 4 | 0 | 35 | 0 | 103 | 141 | 125 |
| Binary | 11110101 | 11111110 | 10110100 | 100 | 0 | 11101 | 0 | 1000011 | 1100001 | 1010101 |
Color Harmonies of #F5FEB4
Complementary color
Monochromatic Colors of #F5FEB4
Black with #F5FEB4
Text Example
Text Example
White with #F5FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEB4; }
p { color: rgb(245,254,180); }
H1.HeaderClassName
{
color: #F5FEB4;
}
.AnyTagClassName
{
color: #F5FEB4;
}
</style>
background-color css
<style>
a { background-color: #F5FEB4; }
a { background-color: rgb(245,254,180); }
div.DivClassName
{
background-color: #F5FEB4;
}
.BgClassName
{
background-color: #F5FEB4;
}
</style>
border-color css
<style>
span { border-color: #F5FEB4; }
span { border-color: rgb(245,254,180); }
td.TdClassName
{
border-color: #F5FEB4;
}
.TagClassName
{
border-color: #F5FEB4;
}
</style>