Shades of Karry #FDDFC8
Tints of Karry #FDDFC8
RGB
CMYK
RGB Variations
Color information
#FDDFC8 (or 0xFDDFC8) is known color: Karry. HEX triplet: FD, DF and C8. RGB value is (253,223,200). Sum of RGB (Red+Green+Blue) = 253+223+200=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFC8 is #022037. Grayscale: #E5E5E5. Windows color (decimal): -139320 or 13164541. OLE color: 13164541.
HSL color Cylindrical-coordinate representation of color #FDDFC8: hue angle of 26.04º 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 #FDDFC8 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 200 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.01 |
| HSL | 26.04º | 0.93% | 0.89% | - |
| HSV(B) | 26.04º | 0.21% | 0.99% | - |
| XYZ | 77.32 | 77.83 | 65.59 | - |
| YUV | 229.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 200 | 0 | 0.12 | 0.21 | 0.01 | 26.04 | 0.93 | 0.89 |
| Hex | FD | DF | C8 | 0 | C | 15 | 1 | 1A | 5D | 59 |
| Octal | 375 | 337 | 310 | 0 | 14 | 25 | 1 | 32 | 135 | 131 |
| Binary | 11111101 | 11011111 | 11001000 | 0 | 1100 | 10101 | 1 | 11010 | 1011101 | 1011001 |
Color Harmonies of #FDDFC8
Complementary color
Monochromatic Colors of #FDDFC8
Black with #FDDFC8
Text Example
Text Example
White with #FDDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFC8; }
p { color: rgb(253,223,200); }
H1.HeaderClassName
{
color: #FDDFC8;
}
.AnyTagClassName
{
color: #FDDFC8;
}
</style>
background-color css
<style>
a { background-color: #FDDFC8; }
a { background-color: rgb(253,223,200); }
div.DivClassName
{
background-color: #FDDFC8;
}
.BgClassName
{
background-color: #FDDFC8;
}
</style>
border-color css
<style>
span { border-color: #FDDFC8; }
span { border-color: rgb(253,223,200); }
td.TdClassName
{
border-color: #FDDFC8;
}
.TagClassName
{
border-color: #FDDFC8;
}
</style>