Shades of Karry #FCDFC1
Tints of Karry #FCDFC1
RGB
CMYK
RGB Variations
Color information
#FCDFC1 (or 0xFCDFC1) is known color: Karry. HEX triplet: FC, DF and C1. RGB value is (252,223,193). Sum of RGB (Red+Green+Blue) = 252+223+193=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFC1 is #03203E. Grayscale: #E4E4E4. Windows color (decimal): -204863 or 12705788. OLE color: 12705788.
HSL color Cylindrical-coordinate representation of color #FCDFC1: hue angle of 30.51º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCDFC1 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 193 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.01 |
| HSL | 30.51º | 0.91% | 0.87% | - |
| HSV(B) | 30.51º | 0.23% | 0.99% | - |
| XYZ | 76.16 | 77.32 | 61.36 | - |
| YUV | 228.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 193 | 0 | 0.12 | 0.23 | 0.01 | 30.51 | 0.91 | 0.87 |
| Hex | FC | DF | C1 | 0 | C | 17 | 1 | 1F | 5B | 57 |
| Octal | 374 | 337 | 301 | 0 | 14 | 27 | 1 | 37 | 133 | 127 |
| Binary | 11111100 | 11011111 | 11000001 | 0 | 1100 | 10111 | 1 | 11111 | 1011011 | 1010111 |
Color Harmonies of #FCDFC1
Complementary color
Monochromatic Colors of #FCDFC1
Black with #FCDFC1
Text Example
Text Example
White with #FCDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFC1; }
p { color: rgb(252,223,193); }
H1.HeaderClassName
{
color: #FCDFC1;
}
.AnyTagClassName
{
color: #FCDFC1;
}
</style>
background-color css
<style>
a { background-color: #FCDFC1; }
a { background-color: rgb(252,223,193); }
div.DivClassName
{
background-color: #FCDFC1;
}
.BgClassName
{
background-color: #FCDFC1;
}
</style>
border-color css
<style>
span { border-color: #FCDFC1; }
span { border-color: rgb(252,223,193); }
td.TdClassName
{
border-color: #FCDFC1;
}
.TagClassName
{
border-color: #FCDFC1;
}
</style>