Shades of Karry #FADDC9
Tints of Karry #FADDC9
RGB
CMYK
RGB Variations
Color information
#FADDC9 (or 0xFADDC9) is known color: Karry. HEX triplet: FA, DD and C9. RGB value is (250,221,201). Sum of RGB (Red+Green+Blue) = 250+221+201=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC9 is #052236. Grayscale: #E3E3E3. Windows color (decimal): -336439 or 13229562. OLE color: 13229562.
HSL color Cylindrical-coordinate representation of color #FADDC9: hue angle of 24.49º 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 #FADDC9 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 201 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 24.49º | 0.83% | 0.88% | - |
| HSV(B) | 24.49º | 0.2% | 0.98% | - |
| XYZ | 75.82 | 76.25 | 65.98 | - |
| YUV | 227.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 201 | 0 | 0.12 | 0.20 | 0.02 | 24.49 | 0.83 | 0.88 |
| Hex | FA | DD | C9 | 0 | C | 14 | 2 | 18 | 53 | 58 |
| Octal | 372 | 335 | 311 | 0 | 14 | 24 | 2 | 30 | 123 | 130 |
| Binary | 11111010 | 11011101 | 11001001 | 0 | 1100 | 10100 | 10 | 11000 | 1010011 | 1011000 |
Color Harmonies of #FADDC9
Complementary color
Monochromatic Colors of #FADDC9
Black with #FADDC9
Text Example
Text Example
White with #FADDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDC9; }
p { color: rgb(250,221,201); }
H1.HeaderClassName
{
color: #FADDC9;
}
.AnyTagClassName
{
color: #FADDC9;
}
</style>
background-color css
<style>
a { background-color: #FADDC9; }
a { background-color: rgb(250,221,201); }
div.DivClassName
{
background-color: #FADDC9;
}
.BgClassName
{
background-color: #FADDC9;
}
</style>
border-color css
<style>
span { border-color: #FADDC9; }
span { border-color: rgb(250,221,201); }
td.TdClassName
{
border-color: #FADDC9;
}
.TagClassName
{
border-color: #FADDC9;
}
</style>