Shades of Karry #FDD8BE
Tints of Karry #FDD8BE
RGB
CMYK
RGB Variations
Color information
#FDD8BE (or 0xFDD8BE) is known color: Karry. HEX triplet: FD, D8 and BE. RGB value is (253,216,190). Sum of RGB (Red+Green+Blue) = 253+216+190=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8BE is #022741. Grayscale: #E0E0E0. Windows color (decimal): -141122 or 12507389. OLE color: 12507389.
HSL color Cylindrical-coordinate representation of color #FDD8BE: hue angle of 24.76º 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 #FDD8BE is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 190 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.01 |
| HSL | 24.76º | 0.94% | 0.87% | - |
| HSV(B) | 24.76º | 0.25% | 0.99% | - |
| XYZ | 74.36 | 73.71 | 59.02 | - |
| YUV | 224.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 190 | 0 | 0.15 | 0.25 | 0.01 | 24.76 | 0.94 | 0.87 |
| Hex | FD | D8 | BE | 0 | F | 19 | 1 | 19 | 5E | 57 |
| Octal | 375 | 330 | 276 | 0 | 17 | 31 | 1 | 31 | 136 | 127 |
| Binary | 11111101 | 11011000 | 10111110 | 0 | 1111 | 11001 | 1 | 11001 | 1011110 | 1010111 |
Color Harmonies of #FDD8BE
Complementary color
Monochromatic Colors of #FDD8BE
Black with #FDD8BE
Text Example
Text Example
White with #FDD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8BE; }
p { color: rgb(253,216,190); }
H1.HeaderClassName
{
color: #FDD8BE;
}
.AnyTagClassName
{
color: #FDD8BE;
}
</style>
background-color css
<style>
a { background-color: #FDD8BE; }
a { background-color: rgb(253,216,190); }
div.DivClassName
{
background-color: #FDD8BE;
}
.BgClassName
{
background-color: #FDD8BE;
}
</style>
border-color css
<style>
span { border-color: #FDD8BE; }
span { border-color: rgb(253,216,190); }
td.TdClassName
{
border-color: #FDD8BE;
}
.TagClassName
{
border-color: #FDD8BE;
}
</style>