Shades of Lemon Chiffon #FFFACB
Tints of Lemon Chiffon #FFFACB
RGB
CMYK
RGB Variations
Color information
#FFFACB (or 0xFFFACB) is known color: Lemon Chiffon. HEX triplet: FF, FA and CB. RGB value is (255,250,203). Sum of RGB (Red+Green+Blue) = 255+250+203=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 203 (79.69% from 255 or 28.67% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFACB is #000534. Grayscale: #F6F6F6. Windows color (decimal): -1333 or 13368063. OLE color: 13368063.
HSL color Cylindrical-coordinate representation of color #FFFACB: hue angle of 54.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFFACB is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 203 | - |
| CMYK | 0 | 0.02 | 0.20 | 0 |
| HSL | 54.23º | 1% | 0.9% | - |
| HSV(B) | 54.23º | 0.2% | 1% | - |
| XYZ | 86.21 | 93.94 | 70.09 | - |
| YUV | 246.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 203 | 0 | 0.02 | 0.20 | 0 | 54.23 | 1 | 0.9 |
| Hex | FF | FA | CB | 0 | 2 | 14 | 0 | 36 | 64 | 5A |
| Octal | 377 | 372 | 313 | 0 | 2 | 24 | 0 | 66 | 144 | 132 |
| Binary | 11111111 | 11111010 | 11001011 | 0 | 10 | 10100 | 0 | 110110 | 1100100 | 1011010 |
Color Harmonies of #FFFACB
Complementary color
Monochromatic Colors of #FFFACB
Black with #FFFACB
Text Example
Text Example
White with #FFFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFACB; }
p { color: rgb(255,250,203); }
H1.HeaderClassName
{
color: #FFFACB;
}
.AnyTagClassName
{
color: #FFFACB;
}
</style>
background-color css
<style>
a { background-color: #FFFACB; }
a { background-color: rgb(255,250,203); }
div.DivClassName
{
background-color: #FFFACB;
}
.BgClassName
{
background-color: #FFFACB;
}
</style>
border-color css
<style>
span { border-color: #FFFACB; }
span { border-color: rgb(255,250,203); }
td.TdClassName
{
border-color: #FFFACB;
}
.TagClassName
{
border-color: #FFFACB;
}
</style>