Shades of Karry #FDDBC4
Tints of Karry #FDDBC4
RGB
CMYK
RGB Variations
Color information
#FDDBC4 (or 0xFDDBC4) is known color: Karry. HEX triplet: FD, DB and C4. RGB value is (253,219,196). Sum of RGB (Red+Green+Blue) = 253+219+196=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBC4 is #02243B. Grayscale: #E2E2E2. Windows color (decimal): -140348 or 12901373. OLE color: 12901373.
HSL color Cylindrical-coordinate representation of color #FDDBC4: hue angle of 24.21º degrees, saturation: 0.93, 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 #FDDBC4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 219 | 196 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.01 |
| HSL | 24.21º | 0.93% | 0.88% | - |
| HSV(B) | 24.21º | 0.23% | 0.99% | - |
| XYZ | 75.8 | 75.53 | 62.81 | - |
| YUV | 226.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 219 | 196 | 0 | 0.13 | 0.23 | 0.01 | 24.21 | 0.93 | 0.88 |
| Hex | FD | DB | C4 | 0 | D | 17 | 1 | 18 | 5D | 58 |
| Octal | 375 | 333 | 304 | 0 | 15 | 27 | 1 | 30 | 135 | 130 |
| Binary | 11111101 | 11011011 | 11000100 | 0 | 1101 | 10111 | 1 | 11000 | 1011101 | 1011000 |
Color Harmonies of #FDDBC4
Complementary color
Monochromatic Colors of #FDDBC4
Black with #FDDBC4
Text Example
Text Example
White with #FDDBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBC4; }
p { color: rgb(253,219,196); }
H1.HeaderClassName
{
color: #FDDBC4;
}
.AnyTagClassName
{
color: #FDDBC4;
}
</style>
background-color css
<style>
a { background-color: #FDDBC4; }
a { background-color: rgb(253,219,196); }
div.DivClassName
{
background-color: #FDDBC4;
}
.BgClassName
{
background-color: #FDDBC4;
}
</style>
border-color css
<style>
span { border-color: #FDDBC4; }
span { border-color: rgb(253,219,196); }
td.TdClassName
{
border-color: #FDDBC4;
}
.TagClassName
{
border-color: #FDDBC4;
}
</style>