Shades of Karry #FDD8BD
Tints of Karry #FDD8BD
RGB
CMYK
RGB Variations
Color information
#FDD8BD (or 0xFDD8BD) is known color: Karry. HEX triplet: FD, D8 and BD. RGB value is (253,216,189). Sum of RGB (Red+Green+Blue) = 253+216+189=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8BD is #022742. Grayscale: #E0E0E0. Windows color (decimal): -141123 or 12441853. OLE color: 12441853.
HSL color Cylindrical-coordinate representation of color #FDD8BD: hue angle of 25.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDD8BD is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 189 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.01 |
| HSL | 25.31º | 0.94% | 0.87% | - |
| HSV(B) | 25.31º | 0.25% | 0.99% | - |
| XYZ | 74.25 | 73.67 | 58.45 | - |
| YUV | 223.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 189 | 0 | 0.15 | 0.25 | 0.01 | 25.31 | 0.94 | 0.87 |
| Hex | FD | D8 | BD | 0 | F | 19 | 1 | 19 | 5E | 57 |
| Octal | 375 | 330 | 275 | 0 | 17 | 31 | 1 | 31 | 136 | 127 |
| Binary | 11111101 | 11011000 | 10111101 | 0 | 1111 | 11001 | 1 | 11001 | 1011110 | 1010111 |
Color Harmonies of #FDD8BD
Complementary color
Monochromatic Colors of #FDD8BD
Black with #FDD8BD
Text Example
Text Example
White with #FDD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8BD; }
p { color: rgb(253,216,189); }
H1.HeaderClassName
{
color: #FDD8BD;
}
.AnyTagClassName
{
color: #FDD8BD;
}
</style>
background-color css
<style>
a { background-color: #FDD8BD; }
a { background-color: rgb(253,216,189); }
div.DivClassName
{
background-color: #FDD8BD;
}
.BgClassName
{
background-color: #FDD8BD;
}
</style>
border-color css
<style>
span { border-color: #FDD8BD; }
span { border-color: rgb(253,216,189); }
td.TdClassName
{
border-color: #FDD8BD;
}
.TagClassName
{
border-color: #FDD8BD;
}
</style>