Shades of Karry #FADCC9
Tints of Karry #FADCC9
RGB
CMYK
RGB Variations
Color information
#FADCC9 (or 0xFADCC9) is known color: Karry. HEX triplet: FA, DC and C9. RGB value is (250,220,201). Sum of RGB (Red+Green+Blue) = 250+220+201=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC9 is #052336. Grayscale: #E2E2E2. Windows color (decimal): -336695 or 13229306. OLE color: 13229306.
HSL color Cylindrical-coordinate representation of color #FADCC9: hue angle of 23.27º degrees, saturation: 0.83, 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 #FADCC9 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 201 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 23.27º | 0.83% | 0.88% | - |
| HSV(B) | 23.27º | 0.2% | 0.98% | - |
| XYZ | 75.56 | 75.73 | 65.89 | - |
| YUV | 226.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 201 | 0 | 0.12 | 0.20 | 0.02 | 23.27 | 0.83 | 0.88 |
| Hex | FA | DC | C9 | 0 | C | 14 | 2 | 17 | 53 | 58 |
| Octal | 372 | 334 | 311 | 0 | 14 | 24 | 2 | 27 | 123 | 130 |
| Binary | 11111010 | 11011100 | 11001001 | 0 | 1100 | 10100 | 10 | 10111 | 1010011 | 1011000 |
Color Harmonies of #FADCC9
Complementary color
Monochromatic Colors of #FADCC9
Black with #FADCC9
Text Example
Text Example
White with #FADCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCC9; }
p { color: rgb(250,220,201); }
H1.HeaderClassName
{
color: #FADCC9;
}
.AnyTagClassName
{
color: #FADCC9;
}
</style>
background-color css
<style>
a { background-color: #FADCC9; }
a { background-color: rgb(250,220,201); }
div.DivClassName
{
background-color: #FADCC9;
}
.BgClassName
{
background-color: #FADCC9;
}
</style>
border-color css
<style>
span { border-color: #FADCC9; }
span { border-color: rgb(250,220,201); }
td.TdClassName
{
border-color: #FADCC9;
}
.TagClassName
{
border-color: #FADCC9;
}
</style>