Shades of Karry #FADEC5
Tints of Karry #FADEC5
RGB
CMYK
RGB Variations
Color information
#FADEC5 (or 0xFADEC5) is known color: Karry. HEX triplet: FA, DE and C5. RGB value is (250,222,197). Sum of RGB (Red+Green+Blue) = 250+222+197=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 197 (77.34% from 255 or 29.45% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC5 is #05213A. Grayscale: #E3E3E3. Windows color (decimal): -336187 or 12967674. OLE color: 12967674.
HSL color Cylindrical-coordinate representation of color #FADEC5: hue angle of 28.3º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FADEC5 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 197 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.02 |
| HSL | 28.3º | 0.84% | 0.88% | - |
| HSV(B) | 28.3º | 0.21% | 0.98% | - |
| XYZ | 75.62 | 76.6 | 63.62 | - |
| YUV | 227.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 197 | 0 | 0.11 | 0.21 | 0.02 | 28.3 | 0.84 | 0.88 |
| Hex | FA | DE | C5 | 0 | B | 15 | 2 | 1C | 54 | 58 |
| Octal | 372 | 336 | 305 | 0 | 13 | 25 | 2 | 34 | 124 | 130 |
| Binary | 11111010 | 11011110 | 11000101 | 0 | 1011 | 10101 | 10 | 11100 | 1010100 | 1011000 |
Color Harmonies of #FADEC5
Complementary color
Monochromatic Colors of #FADEC5
Black with #FADEC5
Text Example
Text Example
White with #FADEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEC5; }
p { color: rgb(250,222,197); }
H1.HeaderClassName
{
color: #FADEC5;
}
.AnyTagClassName
{
color: #FADEC5;
}
</style>
background-color css
<style>
a { background-color: #FADEC5; }
a { background-color: rgb(250,222,197); }
div.DivClassName
{
background-color: #FADEC5;
}
.BgClassName
{
background-color: #FADEC5;
}
</style>
border-color css
<style>
span { border-color: #FADEC5; }
span { border-color: rgb(250,222,197); }
td.TdClassName
{
border-color: #FADEC5;
}
.TagClassName
{
border-color: #FADEC5;
}
</style>