Shades of Karry #F9DFCD
Tints of Karry #F9DFCD
RGB
CMYK
RGB Variations
Color information
#F9DFCD (or 0xF9DFCD) is known color: Karry. HEX triplet: F9, DF and CD. RGB value is (249,223,205). Sum of RGB (Red+Green+Blue) = 249+223+205=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFCD is #062032. Grayscale: #E4E4E4. Windows color (decimal): -401459 or 13492217. OLE color: 13492217.
HSL color Cylindrical-coordinate representation of color #F9DFCD: hue angle of 24.55º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9DFCD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 205 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.02 |
| HSL | 24.55º | 0.79% | 0.89% | - |
| HSV(B) | 24.55º | 0.18% | 0.98% | - |
| XYZ | 76.47 | 77.32 | 68.65 | - |
| YUV | 228.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 205 | 0 | 0.10 | 0.18 | 0.02 | 24.55 | 0.79 | 0.89 |
| Hex | F9 | DF | CD | 0 | A | 12 | 2 | 19 | 4F | 59 |
| Octal | 371 | 337 | 315 | 0 | 12 | 22 | 2 | 31 | 117 | 131 |
| Binary | 11111001 | 11011111 | 11001101 | 0 | 1010 | 10010 | 10 | 11001 | 1001111 | 1011001 |
Color Harmonies of #F9DFCD
Complementary color
Monochromatic Colors of #F9DFCD
Black with #F9DFCD
Text Example
Text Example
White with #F9DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFCD; }
p { color: rgb(249,223,205); }
H1.HeaderClassName
{
color: #F9DFCD;
}
.AnyTagClassName
{
color: #F9DFCD;
}
</style>
background-color css
<style>
a { background-color: #F9DFCD; }
a { background-color: rgb(249,223,205); }
div.DivClassName
{
background-color: #F9DFCD;
}
.BgClassName
{
background-color: #F9DFCD;
}
</style>
border-color css
<style>
span { border-color: #F9DFCD; }
span { border-color: rgb(249,223,205); }
td.TdClassName
{
border-color: #F9DFCD;
}
.TagClassName
{
border-color: #F9DFCD;
}
</style>