Shades of Karry #FADCC6
Tints of Karry #FADCC6
RGB
CMYK
RGB Variations
Color information
#FADCC6 (or 0xFADCC6) is known color: Karry. HEX triplet: FA, DC and C6. RGB value is (250,220,198). Sum of RGB (Red+Green+Blue) = 250+220+198=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC6 is #052339. Grayscale: #E2E2E2. Windows color (decimal): -336698 or 13032698. OLE color: 13032698.
HSL color Cylindrical-coordinate representation of color #FADCC6: hue angle of 25.38º 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 #FADCC6 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 198 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.02 |
| HSL | 25.38º | 0.84% | 0.88% | - |
| HSV(B) | 25.38º | 0.21% | 0.98% | - |
| XYZ | 75.21 | 75.59 | 64.05 | - |
| YUV | 226.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 198 | 0 | 0.12 | 0.21 | 0.02 | 25.38 | 0.84 | 0.88 |
| Hex | FA | DC | C6 | 0 | C | 15 | 2 | 19 | 54 | 58 |
| Octal | 372 | 334 | 306 | 0 | 14 | 25 | 2 | 31 | 124 | 130 |
| Binary | 11111010 | 11011100 | 11000110 | 0 | 1100 | 10101 | 10 | 11001 | 1010100 | 1011000 |
Color Harmonies of #FADCC6
Complementary color
Monochromatic Colors of #FADCC6
Black with #FADCC6
Text Example
Text Example
White with #FADCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCC6; }
p { color: rgb(250,220,198); }
H1.HeaderClassName
{
color: #FADCC6;
}
.AnyTagClassName
{
color: #FADCC6;
}
</style>
background-color css
<style>
a { background-color: #FADCC6; }
a { background-color: rgb(250,220,198); }
div.DivClassName
{
background-color: #FADCC6;
}
.BgClassName
{
background-color: #FADCC6;
}
</style>
border-color css
<style>
span { border-color: #FADCC6; }
span { border-color: rgb(250,220,198); }
td.TdClassName
{
border-color: #FADCC6;
}
.TagClassName
{
border-color: #FADCC6;
}
</style>