Shades of Karry #FFDFCB
Tints of Karry #FFDFCB
RGB
CMYK
RGB Variations
Color information
#FFDFCB (or 0xFFDFCB) is known color: Karry. HEX triplet: FF, DF and CB. RGB value is (255,223,203). Sum of RGB (Red+Green+Blue) = 255+223+203=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFCB is #002034. Grayscale: #E6E6E6. Windows color (decimal): -8245 or 13361151. OLE color: 13361151.
HSL color Cylindrical-coordinate representation of color #FFDFCB: hue angle of 23.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFDFCB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 203 | - |
| CMYK | 0 | 0.13 | 0.20 | 0 |
| HSL | 23.08º | 1% | 0.9% | - |
| HSV(B) | 23.08º | 0.2% | 1% | - |
| XYZ | 78.41 | 78.35 | 67.49 | - |
| YUV | 230.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 203 | 0 | 0.13 | 0.20 | 0 | 23.08 | 1 | 0.9 |
| Hex | FF | DF | CB | 0 | D | 14 | 0 | 17 | 64 | 5A |
| Octal | 377 | 337 | 313 | 0 | 15 | 24 | 0 | 27 | 144 | 132 |
| Binary | 11111111 | 11011111 | 11001011 | 0 | 1101 | 10100 | 0 | 10111 | 1100100 | 1011010 |
Color Harmonies of #FFDFCB
Complementary color
Monochromatic Colors of #FFDFCB
Black with #FFDFCB
Text Example
Text Example
White with #FFDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFCB; }
p { color: rgb(255,223,203); }
H1.HeaderClassName
{
color: #FFDFCB;
}
.AnyTagClassName
{
color: #FFDFCB;
}
</style>
background-color css
<style>
a { background-color: #FFDFCB; }
a { background-color: rgb(255,223,203); }
div.DivClassName
{
background-color: #FFDFCB;
}
.BgClassName
{
background-color: #FFDFCB;
}
</style>
border-color css
<style>
span { border-color: #FFDFCB; }
span { border-color: rgb(255,223,203); }
td.TdClassName
{
border-color: #FFDFCB;
}
.TagClassName
{
border-color: #FFDFCB;
}
</style>