Shades of Karry #FBDFCC
Tints of Karry #FBDFCC
RGB
CMYK
RGB Variations
Color information
#FBDFCC (or 0xFBDFCC) is known color: Karry. HEX triplet: FB, DF and CC. RGB value is (251,223,204). Sum of RGB (Red+Green+Blue) = 251+223+204=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFCC is #042033. Grayscale: #E5E5E5. Windows color (decimal): -270388 or 13426683. OLE color: 13426683.
HSL color Cylindrical-coordinate representation of color #FBDFCC: hue angle of 24.26º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBDFCC is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 204 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.02 |
| HSL | 24.26º | 0.85% | 0.89% | - |
| HSV(B) | 24.26º | 0.19% | 0.98% | - |
| XYZ | 77.07 | 77.64 | 68.05 | - |
| YUV | 229.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 204 | 0 | 0.11 | 0.19 | 0.02 | 24.26 | 0.85 | 0.89 |
| Hex | FB | DF | CC | 0 | B | 13 | 2 | 18 | 55 | 59 |
| Octal | 373 | 337 | 314 | 0 | 13 | 23 | 2 | 30 | 125 | 131 |
| Binary | 11111011 | 11011111 | 11001100 | 0 | 1011 | 10011 | 10 | 11000 | 1010101 | 1011001 |
Color Harmonies of #FBDFCC
Complementary color
Monochromatic Colors of #FBDFCC
Black with #FBDFCC
Text Example
Text Example
White with #FBDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFCC; }
p { color: rgb(251,223,204); }
H1.HeaderClassName
{
color: #FBDFCC;
}
.AnyTagClassName
{
color: #FBDFCC;
}
</style>
background-color css
<style>
a { background-color: #FBDFCC; }
a { background-color: rgb(251,223,204); }
div.DivClassName
{
background-color: #FBDFCC;
}
.BgClassName
{
background-color: #FBDFCC;
}
</style>
border-color css
<style>
span { border-color: #FBDFCC; }
span { border-color: rgb(251,223,204); }
td.TdClassName
{
border-color: #FBDFCC;
}
.TagClassName
{
border-color: #FBDFCC;
}
</style>