Shades of Karry #FBE0CB
Tints of Karry #FBE0CB
RGB
CMYK
RGB Variations
Color information
#FBE0CB (or 0xFBE0CB) is known color: Karry. HEX triplet: FB, E0 and CB. RGB value is (251,224,203). Sum of RGB (Red+Green+Blue) = 251+224+203=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0CB is #041F34. Grayscale: #E5E5E5. Windows color (decimal): -270133 or 13361403. OLE color: 13361403.
HSL color Cylindrical-coordinate representation of color #FBE0CB: hue angle of 26.25º degrees, saturation: 0.86, 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 #FBE0CB is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 203 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.02 |
| HSL | 26.25º | 0.86% | 0.89% | - |
| HSV(B) | 26.25º | 0.19% | 0.98% | - |
| XYZ | 77.22 | 78.13 | 67.51 | - |
| YUV | 229.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 203 | 0 | 0.11 | 0.19 | 0.02 | 26.25 | 0.86 | 0.89 |
| Hex | FB | E0 | CB | 0 | B | 13 | 2 | 1A | 56 | 59 |
| Octal | 373 | 340 | 313 | 0 | 13 | 23 | 2 | 32 | 126 | 131 |
| Binary | 11111011 | 11100000 | 11001011 | 0 | 1011 | 10011 | 10 | 11010 | 1010110 | 1011001 |
Color Harmonies of #FBE0CB
Complementary color
Monochromatic Colors of #FBE0CB
Black with #FBE0CB
Text Example
Text Example
White with #FBE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0CB; }
p { color: rgb(251,224,203); }
H1.HeaderClassName
{
color: #FBE0CB;
}
.AnyTagClassName
{
color: #FBE0CB;
}
</style>
background-color css
<style>
a { background-color: #FBE0CB; }
a { background-color: rgb(251,224,203); }
div.DivClassName
{
background-color: #FBE0CB;
}
.BgClassName
{
background-color: #FBE0CB;
}
</style>
border-color css
<style>
span { border-color: #FBE0CB; }
span { border-color: rgb(251,224,203); }
td.TdClassName
{
border-color: #FBE0CB;
}
.TagClassName
{
border-color: #FBE0CB;
}
</style>