Shades of Karry #FADECC
Tints of Karry #FADECC
RGB
CMYK
RGB Variations
Color information
#FADECC (or 0xFADECC) is known color: Karry. HEX triplet: FA, DE and CC. RGB value is (250,222,204). Sum of RGB (Red+Green+Blue) = 250+222+204=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FADECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADECC is #052133. Grayscale: #E4E4E4. Windows color (decimal): -336180 or 13426426. OLE color: 13426426.
HSL color Cylindrical-coordinate representation of color #FADECC: hue angle of 23.48º 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 #FADECC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 204 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.02 |
| HSL | 23.48º | 0.82% | 0.89% | - |
| HSV(B) | 23.48º | 0.18% | 0.98% | - |
| XYZ | 76.44 | 76.93 | 67.95 | - |
| YUV | 228.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 204 | 0 | 0.11 | 0.18 | 0.02 | 23.48 | 0.82 | 0.89 |
| Hex | FA | DE | CC | 0 | B | 12 | 2 | 17 | 52 | 59 |
| Octal | 372 | 336 | 314 | 0 | 13 | 22 | 2 | 27 | 122 | 131 |
| Binary | 11111010 | 11011110 | 11001100 | 0 | 1011 | 10010 | 10 | 10111 | 1010010 | 1011001 |
Color Harmonies of #FADECC
Complementary color
Monochromatic Colors of #FADECC
Black with #FADECC
Text Example
Text Example
White with #FADECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADECC; }
p { color: rgb(250,222,204); }
H1.HeaderClassName
{
color: #FADECC;
}
.AnyTagClassName
{
color: #FADECC;
}
</style>
background-color css
<style>
a { background-color: #FADECC; }
a { background-color: rgb(250,222,204); }
div.DivClassName
{
background-color: #FADECC;
}
.BgClassName
{
background-color: #FADECC;
}
</style>
border-color css
<style>
span { border-color: #FADECC; }
span { border-color: rgb(250,222,204); }
td.TdClassName
{
border-color: #FADECC;
}
.TagClassName
{
border-color: #FADECC;
}
</style>