Shades of Cream #FCFDCB
Tints of Cream #FCFDCB
RGB
CMYK
RGB Variations
Color information
#FCFDCB (or 0xFCFDCB) is known color: Cream. HEX triplet: FC, FD and CB. RGB value is (252,253,203). Sum of RGB (Red+Green+Blue) = 252+253+203=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 203 (79.69% from 255 or 28.67% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDCB is #030234. Grayscale: #F7F7F7. Windows color (decimal): -197173 or 13368828. OLE color: 13368828.
HSL color Cylindrical-coordinate representation of color #FCFDCB: hue angle of 61.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCFDCB is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 203 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.01 |
| HSL | 61.2º | 0.93% | 0.89% | - |
| HSV(B) | 61.2º | 0.2% | 0.99% | - |
| XYZ | 86.05 | 95.26 | 70.35 | - |
| YUV | 247 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 203 | 0.00 | 0 | 0.20 | 0.01 | 61.2 | 0.93 | 0.89 |
| Hex | FC | FD | CB | 0 | 0 | 14 | 1 | 3D | 5D | 59 |
| Octal | 374 | 375 | 313 | 0 | 0 | 24 | 1 | 75 | 135 | 131 |
| Binary | 11111100 | 11111101 | 11001011 | 0 | 0 | 10100 | 1 | 111101 | 1011101 | 1011001 |
Color Harmonies of #FCFDCB
Complementary color
Monochromatic Colors of #FCFDCB
Black with #FCFDCB
Text Example
Text Example
White with #FCFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDCB; }
p { color: rgb(252,253,203); }
H1.HeaderClassName
{
color: #FCFDCB;
}
.AnyTagClassName
{
color: #FCFDCB;
}
</style>
background-color css
<style>
a { background-color: #FCFDCB; }
a { background-color: rgb(252,253,203); }
div.DivClassName
{
background-color: #FCFDCB;
}
.BgClassName
{
background-color: #FCFDCB;
}
</style>
border-color css
<style>
span { border-color: #FCFDCB; }
span { border-color: rgb(252,253,203); }
td.TdClassName
{
border-color: #FCFDCB;
}
.TagClassName
{
border-color: #FCFDCB;
}
</style>