Shades of Karry #FDDAC2
Tints of Karry #FDDAC2
RGB
CMYK
RGB Variations
Color information
#FDDAC2 (or 0xFDDAC2) is known color: Karry. HEX triplet: FD, DA and C2. RGB value is (253,218,194). Sum of RGB (Red+Green+Blue) = 253+218+194=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAC2 is #02253D. Grayscale: #E1E1E1. Windows color (decimal): -140606 or 12770045. OLE color: 12770045.
HSL color Cylindrical-coordinate representation of color #FDDAC2: hue angle of 24.41º 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 #FDDAC2 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 194 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.01 |
| HSL | 24.41º | 0.94% | 0.88% | - |
| HSV(B) | 24.41º | 0.23% | 0.99% | - |
| XYZ | 75.32 | 74.92 | 61.53 | - |
| YUV | 225.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 194 | 0 | 0.14 | 0.23 | 0.01 | 24.41 | 0.94 | 0.88 |
| Hex | FD | DA | C2 | 0 | E | 17 | 1 | 18 | 5E | 58 |
| Octal | 375 | 332 | 302 | 0 | 16 | 27 | 1 | 30 | 136 | 130 |
| Binary | 11111101 | 11011010 | 11000010 | 0 | 1110 | 10111 | 1 | 11000 | 1011110 | 1011000 |
Color Harmonies of #FDDAC2
Complementary color
Monochromatic Colors of #FDDAC2
Black with #FDDAC2
Text Example
Text Example
White with #FDDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAC2; }
p { color: rgb(253,218,194); }
H1.HeaderClassName
{
color: #FDDAC2;
}
.AnyTagClassName
{
color: #FDDAC2;
}
</style>
background-color css
<style>
a { background-color: #FDDAC2; }
a { background-color: rgb(253,218,194); }
div.DivClassName
{
background-color: #FDDAC2;
}
.BgClassName
{
background-color: #FDDAC2;
}
</style>
border-color css
<style>
span { border-color: #FDDAC2; }
span { border-color: rgb(253,218,194); }
td.TdClassName
{
border-color: #FDDAC2;
}
.TagClassName
{
border-color: #FDDAC2;
}
</style>