Shades of Chiffon #F6FDB4
Tints of Chiffon #F6FDB4
RGB
CMYK
RGB Variations
Color information
#F6FDB4 (or 0xF6FDB4) is known color: Chiffon. HEX triplet: F6, FD and B4. RGB value is (246,253,180). Sum of RGB (Red+Green+Blue) = 246+253+180=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 180 (70.70% from 255 or 26.51% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDB4 is #09024B. Grayscale: #F2F2F2. Windows color (decimal): -590412 or 11861494. OLE color: 11861494.
HSL color Cylindrical-coordinate representation of color #F6FDB4: hue angle of 65.75º degrees, saturation: 0.95, 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 #F6FDB4 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 253 | 180 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.01 |
| HSL | 65.75º | 0.95% | 0.85% | - |
| HSV(B) | 65.75º | 0.29% | 0.99% | - |
| XYZ | 81.37 | 93.14 | 56.87 | - |
| YUV | 242.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 253 | 180 | 0.03 | 0 | 0.29 | 0.01 | 65.75 | 0.95 | 0.85 |
| Hex | F6 | FD | B4 | 3 | 0 | 1D | 1 | 42 | 5F | 55 |
| Octal | 366 | 375 | 264 | 3 | 0 | 35 | 1 | 102 | 137 | 125 |
| Binary | 11110110 | 11111101 | 10110100 | 11 | 0 | 11101 | 1 | 1000010 | 1011111 | 1010101 |
Color Harmonies of #F6FDB4
Complementary color
Monochromatic Colors of #F6FDB4
Black with #F6FDB4
Text Example
Text Example
White with #F6FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDB4; }
p { color: rgb(246,253,180); }
H1.HeaderClassName
{
color: #F6FDB4;
}
.AnyTagClassName
{
color: #F6FDB4;
}
</style>
background-color css
<style>
a { background-color: #F6FDB4; }
a { background-color: rgb(246,253,180); }
div.DivClassName
{
background-color: #F6FDB4;
}
.BgClassName
{
background-color: #F6FDB4;
}
</style>
border-color css
<style>
span { border-color: #F6FDB4; }
span { border-color: rgb(246,253,180); }
td.TdClassName
{
border-color: #F6FDB4;
}
.TagClassName
{
border-color: #F6FDB4;
}
</style>