Shades of Karry #FCDDC3
Tints of Karry #FCDDC3
RGB
CMYK
RGB Variations
Color information
#FCDDC3 (or 0xFCDDC3) is known color: Karry. HEX triplet: FC, DD and C3. RGB value is (252,221,195). Sum of RGB (Red+Green+Blue) = 252+221+195=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 195 (76.56% from 255 or 29.19% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDC3 is #03223C. Grayscale: #E3E3E3. Windows color (decimal): -205373 or 12836348. OLE color: 12836348.
HSL color Cylindrical-coordinate representation of color #FCDDC3: hue angle of 27.37º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCDDC3 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 195 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.01 |
| HSL | 27.37º | 0.9% | 0.88% | - |
| HSV(B) | 27.37º | 0.23% | 0.99% | - |
| XYZ | 75.85 | 76.35 | 62.37 | - |
| YUV | 227.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 195 | 0 | 0.12 | 0.23 | 0.01 | 27.37 | 0.9 | 0.88 |
| Hex | FC | DD | C3 | 0 | C | 17 | 1 | 1B | 5A | 58 |
| Octal | 374 | 335 | 303 | 0 | 14 | 27 | 1 | 33 | 132 | 130 |
| Binary | 11111100 | 11011101 | 11000011 | 0 | 1100 | 10111 | 1 | 11011 | 1011010 | 1011000 |
Color Harmonies of #FCDDC3
Complementary color
Monochromatic Colors of #FCDDC3
Black with #FCDDC3
Text Example
Text Example
White with #FCDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDC3; }
p { color: rgb(252,221,195); }
H1.HeaderClassName
{
color: #FCDDC3;
}
.AnyTagClassName
{
color: #FCDDC3;
}
</style>
background-color css
<style>
a { background-color: #FCDDC3; }
a { background-color: rgb(252,221,195); }
div.DivClassName
{
background-color: #FCDDC3;
}
.BgClassName
{
background-color: #FCDDC3;
}
</style>
border-color css
<style>
span { border-color: #FCDDC3; }
span { border-color: rgb(252,221,195); }
td.TdClassName
{
border-color: #FCDDC3;
}
.TagClassName
{
border-color: #FCDDC3;
}
</style>