Shades of Karry #FDDFC2
Tints of Karry #FDDFC2
RGB
CMYK
RGB Variations
Color information
#FDDFC2 (or 0xFDDFC2) is known color: Karry. HEX triplet: FD, DF and C2. RGB value is (253,223,194). Sum of RGB (Red+Green+Blue) = 253+223+194=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFC2 is #02203D. Grayscale: #E4E4E4. Windows color (decimal): -139326 or 12771325. OLE color: 12771325.
HSL color Cylindrical-coordinate representation of color #FDDFC2: hue angle of 29.49º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDDFC2 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 194 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.01 |
| HSL | 29.49º | 0.94% | 0.88% | - |
| HSV(B) | 29.49º | 0.23% | 0.99% | - |
| XYZ | 76.63 | 77.55 | 61.97 | - |
| YUV | 228.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 194 | 0 | 0.12 | 0.23 | 0.01 | 29.49 | 0.94 | 0.88 |
| Hex | FD | DF | C2 | 0 | C | 17 | 1 | 1D | 5E | 58 |
| Octal | 375 | 337 | 302 | 0 | 14 | 27 | 1 | 35 | 136 | 130 |
| Binary | 11111101 | 11011111 | 11000010 | 0 | 1100 | 10111 | 1 | 11101 | 1011110 | 1011000 |
Color Harmonies of #FDDFC2
Complementary color
Monochromatic Colors of #FDDFC2
Black with #FDDFC2
Text Example
Text Example
White with #FDDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFC2; }
p { color: rgb(253,223,194); }
H1.HeaderClassName
{
color: #FDDFC2;
}
.AnyTagClassName
{
color: #FDDFC2;
}
</style>
background-color css
<style>
a { background-color: #FDDFC2; }
a { background-color: rgb(253,223,194); }
div.DivClassName
{
background-color: #FDDFC2;
}
.BgClassName
{
background-color: #FDDFC2;
}
</style>
border-color css
<style>
span { border-color: #FDDFC2; }
span { border-color: rgb(253,223,194); }
td.TdClassName
{
border-color: #FDDFC2;
}
.TagClassName
{
border-color: #FDDFC2;
}
</style>