Shades of Karry #FADCC7
Tints of Karry #FADCC7
RGB
CMYK
RGB Variations
Color information
#FADCC7 (or 0xFADCC7) is known color: Karry. HEX triplet: FA, DC and C7. RGB value is (250,220,199). Sum of RGB (Red+Green+Blue) = 250+220+199=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC7 is #052338. Grayscale: #E2E2E2. Windows color (decimal): -336697 or 13098234. OLE color: 13098234.
HSL color Cylindrical-coordinate representation of color #FADCC7: hue angle of 24.71º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FADCC7 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 199 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 24.71º | 0.84% | 0.88% | - |
| HSV(B) | 24.71º | 0.2% | 0.98% | - |
| XYZ | 75.33 | 75.63 | 64.66 | - |
| YUV | 226.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 199 | 0 | 0.12 | 0.20 | 0.02 | 24.71 | 0.84 | 0.88 |
| Hex | FA | DC | C7 | 0 | C | 14 | 2 | 19 | 54 | 58 |
| Octal | 372 | 334 | 307 | 0 | 14 | 24 | 2 | 31 | 124 | 130 |
| Binary | 11111010 | 11011100 | 11000111 | 0 | 1100 | 10100 | 10 | 11001 | 1010100 | 1011000 |
Color Harmonies of #FADCC7
Complementary color
Monochromatic Colors of #FADCC7
Black with #FADCC7
Text Example
Text Example
White with #FADCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCC7; }
p { color: rgb(250,220,199); }
H1.HeaderClassName
{
color: #FADCC7;
}
.AnyTagClassName
{
color: #FADCC7;
}
</style>
background-color css
<style>
a { background-color: #FADCC7; }
a { background-color: rgb(250,220,199); }
div.DivClassName
{
background-color: #FADCC7;
}
.BgClassName
{
background-color: #FADCC7;
}
</style>
border-color css
<style>
span { border-color: #FADCC7; }
span { border-color: rgb(250,220,199); }
td.TdClassName
{
border-color: #FADCC7;
}
.TagClassName
{
border-color: #FADCC7;
}
</style>