Shades of Karry #FDDFCD
Tints of Karry #FDDFCD
RGB
CMYK
RGB Variations
Color information
#FDDFCD (or 0xFDDFCD) is known color: Karry. HEX triplet: FD, DF and CD. RGB value is (253,223,205). Sum of RGB (Red+Green+Blue) = 253+223+205=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFCD is #022032. Grayscale: #E6E6E6. Windows color (decimal): -139315 or 13492221. OLE color: 13492221.
HSL color Cylindrical-coordinate representation of color #FDDFCD: hue angle of 22.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDDFCD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 205 | - |
CMYK | 0 | 0.12 | 0.19 | 0.01 |
HSL | 22.5º | 0.92% | 0.9% | - |
HSV(B) | 22.5º | 0.19% | 0.99% | - |
XYZ | 77.92 | 78.07 | 68.72 | - |
YUV | 229.92 | 113.94 | 144.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 205 | 0 | 0.12 | 0.19 | 0.01 | 22.5 | 0.92 | 0.9 |
Hex | FD | DF | CD | 0 | C | 13 | 1 | 16 | 5C | 5A |
Octal | 375 | 337 | 315 | 0 | 14 | 23 | 1 | 26 | 134 | 132 |
Binary | 11111101 | 11011111 | 11001101 | 0 | 1100 | 10011 | 1 | 10110 | 1011100 | 1011010 |
Color Harmonies of #FDDFCD
Complementary color
Monochromatic Colors of #FDDFCD
Black with #FDDFCD
Text Example
Text Example
White with #FDDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFCD; }
p { color: rgb(253,223,205); }
H1.HeaderClassName
{
color: #FDDFCD;
}
.AnyTagClassName
{
color: #FDDFCD;
}
</style>
background-color css
<style>
a { background-color: #FDDFCD; }
a { background-color: rgb(253,223,205); }
div.DivClassName
{
background-color: #FDDFCD;
}
.BgClassName
{
background-color: #FDDFCD;
}
</style>
border-color css
<style>
span { border-color: #FDDFCD; }
span { border-color: rgb(253,223,205); }
td.TdClassName
{
border-color: #FDDFCD;
}
.TagClassName
{
border-color: #FDDFCD;
}
</style>