Shades of Karry #FDDFC1
Tints of Karry #FDDFC1
RGB
CMYK
RGB Variations
Color information
#FDDFC1 (or 0xFDDFC1) is known color: Karry. HEX triplet: FD, DF and C1. RGB value is (253,223,193). Sum of RGB (Red+Green+Blue) = 253+223+193=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFC1 is #02203E. Grayscale: #E4E4E4. Windows color (decimal): -139327 or 12705789. OLE color: 12705789.
HSL color Cylindrical-coordinate representation of color #FDDFC1: hue angle of 30º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDDFC1 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 193 | - |
CMYK | 0 | 0.12 | 0.24 | 0.01 |
HSL | 30º | 0.94% | 0.87% | - |
HSV(B) | 30º | 0.24% | 0.99% | - |
XYZ | 76.52 | 77.51 | 61.38 | - |
YUV | 228.55 | 107.94 | 145.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 193 | 0 | 0.12 | 0.24 | 0.01 | 30 | 0.94 | 0.87 |
Hex | FD | DF | C1 | 0 | C | 18 | 1 | 1E | 5E | 57 |
Octal | 375 | 337 | 301 | 0 | 14 | 30 | 1 | 36 | 136 | 127 |
Binary | 11111101 | 11011111 | 11000001 | 0 | 1100 | 11000 | 1 | 11110 | 1011110 | 1010111 |
Color Harmonies of #FDDFC1
Complementary color
Monochromatic Colors of #FDDFC1
Black with #FDDFC1
Text Example
Text Example
White with #FDDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFC1; }
p { color: rgb(253,223,193); }
H1.HeaderClassName
{
color: #FDDFC1;
}
.AnyTagClassName
{
color: #FDDFC1;
}
</style>
background-color css
<style>
a { background-color: #FDDFC1; }
a { background-color: rgb(253,223,193); }
div.DivClassName
{
background-color: #FDDFC1;
}
.BgClassName
{
background-color: #FDDFC1;
}
</style>
border-color css
<style>
span { border-color: #FDDFC1; }
span { border-color: rgb(253,223,193); }
td.TdClassName
{
border-color: #FDDFC1;
}
.TagClassName
{
border-color: #FDDFC1;
}
</style>