Shades of Karry #FDDCC8
Tints of Karry #FDDCC8
RGB
CMYK
RGB Variations
Color information
#FDDCC8 (or 0xFDDCC8) is known color: Karry. HEX triplet: FD, DC and C8. RGB value is (253,220,200). Sum of RGB (Red+Green+Blue) = 253+220+200=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC8 is #022337. Grayscale: #E3E3E3. Windows color (decimal): -140088 or 13163773. OLE color: 13163773.
HSL color Cylindrical-coordinate representation of color #FDDCC8: hue angle of 22.64º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDDCC8 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 200 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.01 |
| HSL | 22.64º | 0.93% | 0.89% | - |
| HSV(B) | 22.64º | 0.21% | 0.99% | - |
| XYZ | 76.53 | 76.24 | 65.33 | - |
| YUV | 227.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 200 | 0 | 0.13 | 0.21 | 0.01 | 22.64 | 0.93 | 0.89 |
| Hex | FD | DC | C8 | 0 | D | 15 | 1 | 17 | 5D | 59 |
| Octal | 375 | 334 | 310 | 0 | 15 | 25 | 1 | 27 | 135 | 131 |
| Binary | 11111101 | 11011100 | 11001000 | 0 | 1101 | 10101 | 1 | 10111 | 1011101 | 1011001 |
Color Harmonies of #FDDCC8
Complementary color
Monochromatic Colors of #FDDCC8
Black with #FDDCC8
Text Example
Text Example
White with #FDDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCC8; }
p { color: rgb(253,220,200); }
H1.HeaderClassName
{
color: #FDDCC8;
}
.AnyTagClassName
{
color: #FDDCC8;
}
</style>
background-color css
<style>
a { background-color: #FDDCC8; }
a { background-color: rgb(253,220,200); }
div.DivClassName
{
background-color: #FDDCC8;
}
.BgClassName
{
background-color: #FDDCC8;
}
</style>
border-color css
<style>
span { border-color: #FDDCC8; }
span { border-color: rgb(253,220,200); }
td.TdClassName
{
border-color: #FDDCC8;
}
.TagClassName
{
border-color: #FDDCC8;
}
</style>