Shades of Karry #FBDDC8
Tints of Karry #FBDDC8
RGB
CMYK
RGB Variations
Color information
#FBDDC8 (or 0xFBDDC8) is known color: Karry. HEX triplet: FB, DD and C8. RGB value is (251,221,200). Sum of RGB (Red+Green+Blue) = 251+221+200=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 200 (78.52% from 255 or 29.76% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDC8 is #042237. Grayscale: #E3E3E3. Windows color (decimal): -270904 or 13164027. OLE color: 13164027.
HSL color Cylindrical-coordinate representation of color #FBDDC8: hue angle of 24.71º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBDDC8 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 200 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.02 |
| HSL | 24.71º | 0.86% | 0.88% | - |
| HSV(B) | 24.71º | 0.2% | 0.98% | - |
| XYZ | 76.07 | 76.39 | 65.38 | - |
| YUV | 227.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 200 | 0 | 0.12 | 0.20 | 0.02 | 24.71 | 0.86 | 0.88 |
| Hex | FB | DD | C8 | 0 | C | 14 | 2 | 19 | 56 | 58 |
| Octal | 373 | 335 | 310 | 0 | 14 | 24 | 2 | 31 | 126 | 130 |
| Binary | 11111011 | 11011101 | 11001000 | 0 | 1100 | 10100 | 10 | 11001 | 1010110 | 1011000 |
Color Harmonies of #FBDDC8
Complementary color
Monochromatic Colors of #FBDDC8
Black with #FBDDC8
Text Example
Text Example
White with #FBDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDC8; }
p { color: rgb(251,221,200); }
H1.HeaderClassName
{
color: #FBDDC8;
}
.AnyTagClassName
{
color: #FBDDC8;
}
</style>
background-color css
<style>
a { background-color: #FBDDC8; }
a { background-color: rgb(251,221,200); }
div.DivClassName
{
background-color: #FBDDC8;
}
.BgClassName
{
background-color: #FBDDC8;
}
</style>
border-color css
<style>
span { border-color: #FBDDC8; }
span { border-color: rgb(251,221,200); }
td.TdClassName
{
border-color: #FBDDC8;
}
.TagClassName
{
border-color: #FBDDC8;
}
</style>