Shades of Karry #FADCC0
Tints of Karry #FADCC0
RGB
CMYK
RGB Variations
Color information
#FADCC0 (or 0xFADCC0) is known color: Karry. HEX triplet: FA, DC and C0. RGB value is (250,220,192). Sum of RGB (Red+Green+Blue) = 250+220+192=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC0 is #05233F. Grayscale: #E1E1E1. Windows color (decimal): -336704 or 12639482. OLE color: 12639482.
HSL color Cylindrical-coordinate representation of color #FADCC0: hue angle of 28.97º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FADCC0 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 192 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 28.97º | 0.85% | 0.87% | - |
| HSV(B) | 28.97º | 0.23% | 0.98% | - |
| XYZ | 74.53 | 75.32 | 60.48 | - |
| YUV | 225.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 192 | 0 | 0.12 | 0.23 | 0.02 | 28.97 | 0.85 | 0.87 |
| Hex | FA | DC | C0 | 0 | C | 17 | 2 | 1D | 55 | 57 |
| Octal | 372 | 334 | 300 | 0 | 14 | 27 | 2 | 35 | 125 | 127 |
| Binary | 11111010 | 11011100 | 11000000 | 0 | 1100 | 10111 | 10 | 11101 | 1010101 | 1010111 |
Color Harmonies of #FADCC0
Complementary color
Monochromatic Colors of #FADCC0
Black with #FADCC0
Text Example
Text Example
White with #FADCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCC0; }
p { color: rgb(250,220,192); }
H1.HeaderClassName
{
color: #FADCC0;
}
.AnyTagClassName
{
color: #FADCC0;
}
</style>
background-color css
<style>
a { background-color: #FADCC0; }
a { background-color: rgb(250,220,192); }
div.DivClassName
{
background-color: #FADCC0;
}
.BgClassName
{
background-color: #FADCC0;
}
</style>
border-color css
<style>
span { border-color: #FADCC0; }
span { border-color: rgb(250,220,192); }
td.TdClassName
{
border-color: #FADCC0;
}
.TagClassName
{
border-color: #FADCC0;
}
</style>