Shades of Karry #FADDC0
Tints of Karry #FADDC0
RGB
CMYK
RGB Variations
Color information
#FADDC0 (or 0xFADDC0) is known color: Karry. HEX triplet: FA, DD and C0. RGB value is (250,221,192). Sum of RGB (Red+Green+Blue) = 250+221+192=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC0 is #05223F. Grayscale: #E2E2E2. Windows color (decimal): -336448 or 12639738. OLE color: 12639738.
HSL color Cylindrical-coordinate representation of color #FADDC0: hue angle of 30º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FADDC0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 192 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 30º | 0.85% | 0.87% | - |
| HSV(B) | 30º | 0.23% | 0.98% | - |
| XYZ | 74.8 | 75.84 | 60.57 | - |
| YUV | 226.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 192 | 0 | 0.12 | 0.23 | 0.02 | 30 | 0.85 | 0.87 |
| Hex | FA | DD | C0 | 0 | C | 17 | 2 | 1E | 55 | 57 |
| Octal | 372 | 335 | 300 | 0 | 14 | 27 | 2 | 36 | 125 | 127 |
| Binary | 11111010 | 11011101 | 11000000 | 0 | 1100 | 10111 | 10 | 11110 | 1010101 | 1010111 |
Color Harmonies of #FADDC0
Complementary color
Monochromatic Colors of #FADDC0
Black with #FADDC0
Text Example
Text Example
White with #FADDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDC0; }
p { color: rgb(250,221,192); }
H1.HeaderClassName
{
color: #FADDC0;
}
.AnyTagClassName
{
color: #FADDC0;
}
</style>
background-color css
<style>
a { background-color: #FADDC0; }
a { background-color: rgb(250,221,192); }
div.DivClassName
{
background-color: #FADDC0;
}
.BgClassName
{
background-color: #FADDC0;
}
</style>
border-color css
<style>
span { border-color: #FADDC0; }
span { border-color: rgb(250,221,192); }
td.TdClassName
{
border-color: #FADDC0;
}
.TagClassName
{
border-color: #FADDC0;
}
</style>