Shades of Chiffon #FAFDB4
Tints of Chiffon #FAFDB4
RGB
CMYK
RGB Variations
Color information
#FAFDB4 (or 0xFAFDB4) is known color: Chiffon. HEX triplet: FA, FD and B4. RGB value is (250,253,180). Sum of RGB (Red+Green+Blue) = 250+253+180=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 180 (70.70% from 255 or 26.35% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDB4 is #05024B. Grayscale: #F4F4F4. Windows color (decimal): -328268 or 11861498. OLE color: 11861498.
HSL color Cylindrical-coordinate representation of color #FAFDB4: hue angle of 62.47º 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 #FAFDB4 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 180 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.01 |
| HSL | 62.47º | 0.95% | 0.85% | - |
| HSV(B) | 62.47º | 0.29% | 0.99% | - |
| XYZ | 82.79 | 93.87 | 56.94 | - |
| YUV | 243.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 180 | 0.01 | 0 | 0.29 | 0.01 | 62.47 | 0.95 | 0.85 |
| Hex | FA | FD | B4 | 1 | 0 | 1D | 1 | 3E | 5F | 55 |
| Octal | 372 | 375 | 264 | 1 | 0 | 35 | 1 | 76 | 137 | 125 |
| Binary | 11111010 | 11111101 | 10110100 | 1 | 0 | 11101 | 1 | 111110 | 1011111 | 1010101 |
Color Harmonies of #FAFDB4
Complementary color
Monochromatic Colors of #FAFDB4
Black with #FAFDB4
Text Example
Text Example
White with #FAFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDB4; }
p { color: rgb(250,253,180); }
H1.HeaderClassName
{
color: #FAFDB4;
}
.AnyTagClassName
{
color: #FAFDB4;
}
</style>
background-color css
<style>
a { background-color: #FAFDB4; }
a { background-color: rgb(250,253,180); }
div.DivClassName
{
background-color: #FAFDB4;
}
.BgClassName
{
background-color: #FAFDB4;
}
</style>
border-color css
<style>
span { border-color: #FAFDB4; }
span { border-color: rgb(250,253,180); }
td.TdClassName
{
border-color: #FAFDB4;
}
.TagClassName
{
border-color: #FAFDB4;
}
</style>