Shades of Karry #FADEC7
Tints of Karry #FADEC7
RGB
CMYK
RGB Variations
Color information
#FADEC7 (or 0xFADEC7) is known color: Karry. HEX triplet: FA, DE and C7. RGB value is (250,222,199). Sum of RGB (Red+Green+Blue) = 250+222+199=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 199 (78.12% from 255 or 29.66% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC7 is #052138. Grayscale: #E3E3E3. Windows color (decimal): -336185 or 13098746. OLE color: 13098746.
HSL color Cylindrical-coordinate representation of color #FADEC7: hue angle of 27.06º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FADEC7 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 199 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.02 |
| HSL | 27.06º | 0.84% | 0.88% | - |
| HSV(B) | 27.06º | 0.2% | 0.98% | - |
| XYZ | 75.85 | 76.69 | 64.84 | - |
| YUV | 227.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 199 | 0 | 0.11 | 0.20 | 0.02 | 27.06 | 0.84 | 0.88 |
| Hex | FA | DE | C7 | 0 | B | 14 | 2 | 1B | 54 | 58 |
| Octal | 372 | 336 | 307 | 0 | 13 | 24 | 2 | 33 | 124 | 130 |
| Binary | 11111010 | 11011110 | 11000111 | 0 | 1011 | 10100 | 10 | 11011 | 1010100 | 1011000 |
Color Harmonies of #FADEC7
Complementary color
Monochromatic Colors of #FADEC7
Black with #FADEC7
Text Example
Text Example
White with #FADEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEC7; }
p { color: rgb(250,222,199); }
H1.HeaderClassName
{
color: #FADEC7;
}
.AnyTagClassName
{
color: #FADEC7;
}
</style>
background-color css
<style>
a { background-color: #FADEC7; }
a { background-color: rgb(250,222,199); }
div.DivClassName
{
background-color: #FADEC7;
}
.BgClassName
{
background-color: #FADEC7;
}
</style>
border-color css
<style>
span { border-color: #FADEC7; }
span { border-color: rgb(250,222,199); }
td.TdClassName
{
border-color: #FADEC7;
}
.TagClassName
{
border-color: #FADEC7;
}
</style>