Shades of Karry #FADECD
Tints of Karry #FADECD
RGB
CMYK
RGB Variations
Color information
#FADECD (or 0xFADECD) is known color: Karry. HEX triplet: FA, DE and CD. RGB value is (250,222,205). Sum of RGB (Red+Green+Blue) = 250+222+205=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FADECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADECD is #052132. Grayscale: #E4E4E4. Windows color (decimal): -336179 or 13491962. OLE color: 13491962.
HSL color Cylindrical-coordinate representation of color #FADECD: hue angle of 22.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FADECD is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 205 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.02 |
| HSL | 22.67º | 0.82% | 0.89% | - |
| HSV(B) | 22.67º | 0.18% | 0.98% | - |
| XYZ | 76.57 | 76.97 | 68.58 | - |
| YUV | 228.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 205 | 0 | 0.11 | 0.18 | 0.02 | 22.67 | 0.82 | 0.89 |
| Hex | FA | DE | CD | 0 | B | 12 | 2 | 17 | 52 | 59 |
| Octal | 372 | 336 | 315 | 0 | 13 | 22 | 2 | 27 | 122 | 131 |
| Binary | 11111010 | 11011110 | 11001101 | 0 | 1011 | 10010 | 10 | 10111 | 1010010 | 1011001 |
Color Harmonies of #FADECD
Complementary color
Monochromatic Colors of #FADECD
Black with #FADECD
Text Example
Text Example
White with #FADECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADECD; }
p { color: rgb(250,222,205); }
H1.HeaderClassName
{
color: #FADECD;
}
.AnyTagClassName
{
color: #FADECD;
}
</style>
background-color css
<style>
a { background-color: #FADECD; }
a { background-color: rgb(250,222,205); }
div.DivClassName
{
background-color: #FADECD;
}
.BgClassName
{
background-color: #FADECD;
}
</style>
border-color css
<style>
span { border-color: #FADECD; }
span { border-color: rgb(250,222,205); }
td.TdClassName
{
border-color: #FADECD;
}
.TagClassName
{
border-color: #FADECD;
}
</style>