Shades of Karry #FADDC7
Tints of Karry #FADDC7
RGB
CMYK
RGB Variations
Color information
#FADDC7 (or 0xFADDC7) is known color: Karry. HEX triplet: FA, DD and C7. RGB value is (250,221,199). Sum of RGB (Red+Green+Blue) = 250+221+199=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC7 is #052238. Grayscale: #E3E3E3. Windows color (decimal): -336441 or 13098490. OLE color: 13098490.
HSL color Cylindrical-coordinate representation of color #FADDC7: hue angle of 25.88º 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 #FADDC7 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 199 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 25.88º | 0.84% | 0.88% | - |
| HSV(B) | 25.88º | 0.2% | 0.98% | - |
| XYZ | 75.59 | 76.16 | 64.75 | - |
| YUV | 227.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 199 | 0 | 0.12 | 0.20 | 0.02 | 25.88 | 0.84 | 0.88 |
| Hex | FA | DD | C7 | 0 | C | 14 | 2 | 1A | 54 | 58 |
| Octal | 372 | 335 | 307 | 0 | 14 | 24 | 2 | 32 | 124 | 130 |
| Binary | 11111010 | 11011101 | 11000111 | 0 | 1100 | 10100 | 10 | 11010 | 1010100 | 1011000 |
Color Harmonies of #FADDC7
Complementary color
Monochromatic Colors of #FADDC7
Black with #FADDC7
Text Example
Text Example
White with #FADDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDC7; }
p { color: rgb(250,221,199); }
H1.HeaderClassName
{
color: #FADDC7;
}
.AnyTagClassName
{
color: #FADDC7;
}
</style>
background-color css
<style>
a { background-color: #FADDC7; }
a { background-color: rgb(250,221,199); }
div.DivClassName
{
background-color: #FADDC7;
}
.BgClassName
{
background-color: #FADDC7;
}
</style>
border-color css
<style>
span { border-color: #FADDC7; }
span { border-color: rgb(250,221,199); }
td.TdClassName
{
border-color: #FADDC7;
}
.TagClassName
{
border-color: #FADDC7;
}
</style>