Shades of Karry #FADCC1
Tints of Karry #FADCC1
RGB
CMYK
RGB Variations
Color information
#FADCC1 (or 0xFADCC1) is known color: Karry. HEX triplet: FA, DC and C1. RGB value is (250,220,193). Sum of RGB (Red+Green+Blue) = 250+220+193=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC1 is #05233E. Grayscale: #E2E2E2. Windows color (decimal): -336703 or 12705018. OLE color: 12705018.
HSL color Cylindrical-coordinate representation of color #FADCC1: hue angle of 28.42º 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 #FADCC1 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 193 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 28.42º | 0.85% | 0.87% | - |
| HSV(B) | 28.42º | 0.23% | 0.98% | - |
| XYZ | 74.64 | 75.36 | 61.06 | - |
| YUV | 225.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 193 | 0 | 0.12 | 0.23 | 0.02 | 28.42 | 0.85 | 0.87 |
| Hex | FA | DC | C1 | 0 | C | 17 | 2 | 1C | 55 | 57 |
| Octal | 372 | 334 | 301 | 0 | 14 | 27 | 2 | 34 | 125 | 127 |
| Binary | 11111010 | 11011100 | 11000001 | 0 | 1100 | 10111 | 10 | 11100 | 1010101 | 1010111 |
Color Harmonies of #FADCC1
Complementary color
Monochromatic Colors of #FADCC1
Black with #FADCC1
Text Example
Text Example
White with #FADCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCC1; }
p { color: rgb(250,220,193); }
H1.HeaderClassName
{
color: #FADCC1;
}
.AnyTagClassName
{
color: #FADCC1;
}
</style>
background-color css
<style>
a { background-color: #FADCC1; }
a { background-color: rgb(250,220,193); }
div.DivClassName
{
background-color: #FADCC1;
}
.BgClassName
{
background-color: #FADCC1;
}
</style>
border-color css
<style>
span { border-color: #FADCC1; }
span { border-color: rgb(250,220,193); }
td.TdClassName
{
border-color: #FADCC1;
}
.TagClassName
{
border-color: #FADCC1;
}
</style>