Shades of Karry #FCDFCB
Tints of Karry #FCDFCB
RGB
CMYK
RGB Variations
Color information
#FCDFCB (or 0xFCDFCB) is known color: Karry. HEX triplet: FC, DF and CB. RGB value is (252,223,203). Sum of RGB (Red+Green+Blue) = 252+223+203=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFCB is #032034. Grayscale: #E5E5E5. Windows color (decimal): -204853 or 13361148. OLE color: 13361148.
HSL color Cylindrical-coordinate representation of color #FCDFCB: hue angle of 24.49º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCDFCB is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 203 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.01 |
| HSL | 24.49º | 0.89% | 0.89% | - |
| HSV(B) | 24.49º | 0.19% | 0.99% | - |
| XYZ | 77.31 | 77.78 | 67.44 | - |
| YUV | 229.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 203 | 0 | 0.12 | 0.19 | 0.01 | 24.49 | 0.89 | 0.89 |
| Hex | FC | DF | CB | 0 | C | 13 | 1 | 18 | 59 | 59 |
| Octal | 374 | 337 | 313 | 0 | 14 | 23 | 1 | 30 | 131 | 131 |
| Binary | 11111100 | 11011111 | 11001011 | 0 | 1100 | 10011 | 1 | 11000 | 1011001 | 1011001 |
Color Harmonies of #FCDFCB
Complementary color
Monochromatic Colors of #FCDFCB
Black with #FCDFCB
Text Example
Text Example
White with #FCDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFCB; }
p { color: rgb(252,223,203); }
H1.HeaderClassName
{
color: #FCDFCB;
}
.AnyTagClassName
{
color: #FCDFCB;
}
</style>
background-color css
<style>
a { background-color: #FCDFCB; }
a { background-color: rgb(252,223,203); }
div.DivClassName
{
background-color: #FCDFCB;
}
.BgClassName
{
background-color: #FCDFCB;
}
</style>
border-color css
<style>
span { border-color: #FCDFCB; }
span { border-color: rgb(252,223,203); }
td.TdClassName
{
border-color: #FCDFCB;
}
.TagClassName
{
border-color: #FCDFCB;
}
</style>