Shades of Karry #FAD9C2
Tints of Karry #FAD9C2
RGB
CMYK
RGB Variations
Color information
#FAD9C2 (or 0xFAD9C2) is known color: Karry. HEX triplet: FA, D9 and C2. RGB value is (250,217,194). Sum of RGB (Red+Green+Blue) = 250+217+194=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9C2 is #05263D. Grayscale: #E0E0E0. Windows color (decimal): -337470 or 12769786. OLE color: 12769786.
HSL color Cylindrical-coordinate representation of color #FAD9C2: hue angle of 24.64º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAD9C2 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 194 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.02 |
| HSL | 24.64º | 0.85% | 0.87% | - |
| HSV(B) | 24.64º | 0.22% | 0.98% | - |
| XYZ | 73.97 | 73.84 | 61.39 | - |
| YUV | 224.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 194 | 0 | 0.13 | 0.22 | 0.02 | 24.64 | 0.85 | 0.87 |
| Hex | FA | D9 | C2 | 0 | D | 16 | 2 | 19 | 55 | 57 |
| Octal | 372 | 331 | 302 | 0 | 15 | 26 | 2 | 31 | 125 | 127 |
| Binary | 11111010 | 11011001 | 11000010 | 0 | 1101 | 10110 | 10 | 11001 | 1010101 | 1010111 |
Color Harmonies of #FAD9C2
Complementary color
Monochromatic Colors of #FAD9C2
Black with #FAD9C2
Text Example
Text Example
White with #FAD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9C2; }
p { color: rgb(250,217,194); }
H1.HeaderClassName
{
color: #FAD9C2;
}
.AnyTagClassName
{
color: #FAD9C2;
}
</style>
background-color css
<style>
a { background-color: #FAD9C2; }
a { background-color: rgb(250,217,194); }
div.DivClassName
{
background-color: #FAD9C2;
}
.BgClassName
{
background-color: #FAD9C2;
}
</style>
border-color css
<style>
span { border-color: #FAD9C2; }
span { border-color: rgb(250,217,194); }
td.TdClassName
{
border-color: #FAD9C2;
}
.TagClassName
{
border-color: #FAD9C2;
}
</style>