Shades of Light Yellow #FCFCDB
Tints of Light Yellow #FCFCDB
RGB
CMYK
RGB Variations
Color information
#FCFCDB (or 0xFCFCDB) is known color: Light Yellow. HEX triplet: FC, FC and DB. RGB value is (252,252,219). Sum of RGB (Red+Green+Blue) = 252+252+219=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 219 (85.94% from 255 or 30.29% from 723); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCDB is #030324. Grayscale: #F8F8F8. Windows color (decimal): -197413 or 14417148. OLE color: 14417148.
HSL color Cylindrical-coordinate representation of color #FCFCDB: hue angle of 60º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCFCDB is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 219 | - |
CMYK | 0 | 0 | 0.13 | 0.01 |
HSL | 60º | 0.85% | 0.92% | - |
HSV(B) | 60º | 0.13% | 0.99% | - |
XYZ | 87.74 | 95.43 | 80.81 | - |
YUV | 248.24 | 111.5 | 130.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 219 | 0 | 0 | 0.13 | 0.01 | 60 | 0.85 | 0.92 |
Hex | FC | FC | DB | 0 | 0 | D | 1 | 3C | 55 | 5C |
Octal | 374 | 374 | 333 | 0 | 0 | 15 | 1 | 74 | 125 | 134 |
Binary | 11111100 | 11111100 | 11011011 | 0 | 0 | 1101 | 1 | 111100 | 1010101 | 1011100 |
Color Harmonies of #FCFCDB
Complementary color
Monochromatic Colors of #FCFCDB
Black with #FCFCDB
Text Example
Text Example
White with #FCFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCDB; }
p { color: rgb(252,252,219); }
H1.HeaderClassName
{
color: #FCFCDB;
}
.AnyTagClassName
{
color: #FCFCDB;
}
</style>
background-color css
<style>
a { background-color: #FCFCDB; }
a { background-color: rgb(252,252,219); }
div.DivClassName
{
background-color: #FCFCDB;
}
.BgClassName
{
background-color: #FCFCDB;
}
</style>
border-color css
<style>
span { border-color: #FCFCDB; }
span { border-color: rgb(252,252,219); }
td.TdClassName
{
border-color: #FCFCDB;
}
.TagClassName
{
border-color: #FCFCDB;
}
</style>