Shades of Lemon Chiffon #FFFCC4
Tints of Lemon Chiffon #FFFCC4
RGB
CMYK
RGB Variations
Color information
#FFFCC4 (or 0xFFFCC4) is known color: Lemon Chiffon. HEX triplet: FF, FC and C4. RGB value is (255,252,196). Sum of RGB (Red+Green+Blue) = 255+252+196=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 196 (76.95% from 255 or 27.88% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCC4 is #00033B. Grayscale: #F6F6F6. Windows color (decimal): -828 or 12909823. OLE color: 12909823.
HSL color Cylindrical-coordinate representation of color #FFFCC4: hue angle of 56.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFFCC4 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 196 | - |
CMYK | 0 | 0.01 | 0.23 | 0 |
HSL | 56.95º | 1% | 0.88% | - |
HSV(B) | 56.95º | 0.23% | 1% | - |
XYZ | 86.01 | 94.87 | 66 | - |
YUV | 246.51 | 99.49 | 134.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 196 | 0 | 0.01 | 0.23 | 0 | 56.95 | 1 | 0.88 |
Hex | FF | FC | C4 | 0 | 1 | 17 | 0 | 39 | 64 | 58 |
Octal | 377 | 374 | 304 | 0 | 1 | 27 | 0 | 71 | 144 | 130 |
Binary | 11111111 | 11111100 | 11000100 | 0 | 1 | 10111 | 0 | 111001 | 1100100 | 1011000 |
Color Harmonies of #FFFCC4
Complementary color
Monochromatic Colors of #FFFCC4
Black with #FFFCC4
Text Example
Text Example
White with #FFFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCC4; }
p { color: rgb(255,252,196); }
H1.HeaderClassName
{
color: #FFFCC4;
}
.AnyTagClassName
{
color: #FFFCC4;
}
</style>
background-color css
<style>
a { background-color: #FFFCC4; }
a { background-color: rgb(255,252,196); }
div.DivClassName
{
background-color: #FFFCC4;
}
.BgClassName
{
background-color: #FFFCC4;
}
</style>
border-color css
<style>
span { border-color: #FFFCC4; }
span { border-color: rgb(255,252,196); }
td.TdClassName
{
border-color: #FFFCC4;
}
.TagClassName
{
border-color: #FFFCC4;
}
</style>