Shades of Karry #FDDABE
Tints of Karry #FDDABE
RGB
CMYK
RGB Variations
Color information
#FDDABE (or 0xFDDABE) is known color: Karry. HEX triplet: FD, DA and BE. RGB value is (253,218,190). Sum of RGB (Red+Green+Blue) = 253+218+190=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDABE is #022541. Grayscale: #E1E1E1. Windows color (decimal): -140610 or 12507901. OLE color: 12507901.
HSL color Cylindrical-coordinate representation of color #FDDABE: hue angle of 26.67º 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 #FDDABE is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 190 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.01 |
| HSL | 26.67º | 0.94% | 0.87% | - |
| HSV(B) | 26.67º | 0.25% | 0.99% | - |
| XYZ | 74.87 | 74.74 | 59.2 | - |
| YUV | 225.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 190 | 0 | 0.14 | 0.25 | 0.01 | 26.67 | 0.94 | 0.87 |
| Hex | FD | DA | BE | 0 | E | 19 | 1 | 1B | 5E | 57 |
| Octal | 375 | 332 | 276 | 0 | 16 | 31 | 1 | 33 | 136 | 127 |
| Binary | 11111101 | 11011010 | 10111110 | 0 | 1110 | 11001 | 1 | 11011 | 1011110 | 1010111 |
Color Harmonies of #FDDABE
Complementary color
Monochromatic Colors of #FDDABE
Black with #FDDABE
Text Example
Text Example
White with #FDDABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDABE; }
p { color: rgb(253,218,190); }
H1.HeaderClassName
{
color: #FDDABE;
}
.AnyTagClassName
{
color: #FDDABE;
}
</style>
background-color css
<style>
a { background-color: #FDDABE; }
a { background-color: rgb(253,218,190); }
div.DivClassName
{
background-color: #FDDABE;
}
.BgClassName
{
background-color: #FDDABE;
}
</style>
border-color css
<style>
span { border-color: #FDDABE; }
span { border-color: rgb(253,218,190); }
td.TdClassName
{
border-color: #FDDABE;
}
.TagClassName
{
border-color: #FDDABE;
}
</style>