Shades of Moccasin #FCDFB4
Tints of Moccasin #FCDFB4
RGB
CMYK
RGB Variations
Color information
#FCDFB4 (or 0xFCDFB4) is known color: Moccasin. HEX triplet: FC, DF and B4. RGB value is (252,223,180). Sum of RGB (Red+Green+Blue) = 252+223+180=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFB4 is #03204B. Grayscale: #E2E2E2. Windows color (decimal): -204876 or 11853820. OLE color: 11853820.
HSL color Cylindrical-coordinate representation of color #FCDFB4: hue angle of 35.83º degrees, saturation: 0.92, 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 #FCDFB4 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 180 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.01 |
| HSL | 35.83º | 0.92% | 0.85% | - |
| HSV(B) | 35.83º | 0.29% | 0.99% | - |
| XYZ | 74.77 | 76.77 | 54.06 | - |
| YUV | 226.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 180 | 0 | 0.12 | 0.29 | 0.01 | 35.83 | 0.92 | 0.85 |
| Hex | FC | DF | B4 | 0 | C | 1D | 1 | 24 | 5C | 55 |
| Octal | 374 | 337 | 264 | 0 | 14 | 35 | 1 | 44 | 134 | 125 |
| Binary | 11111100 | 11011111 | 10110100 | 0 | 1100 | 11101 | 1 | 100100 | 1011100 | 1010101 |
Color Harmonies of #FCDFB4
Complementary color
Monochromatic Colors of #FCDFB4
Black with #FCDFB4
Text Example
Text Example
White with #FCDFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFB4; }
p { color: rgb(252,223,180); }
H1.HeaderClassName
{
color: #FCDFB4;
}
.AnyTagClassName
{
color: #FCDFB4;
}
</style>
background-color css
<style>
a { background-color: #FCDFB4; }
a { background-color: rgb(252,223,180); }
div.DivClassName
{
background-color: #FCDFB4;
}
.BgClassName
{
background-color: #FCDFB4;
}
</style>
border-color css
<style>
span { border-color: #FCDFB4; }
span { border-color: rgb(252,223,180); }
td.TdClassName
{
border-color: #FCDFB4;
}
.TagClassName
{
border-color: #FCDFB4;
}
</style>