Shades of Carla #FBFFC0
Tints of Carla #FBFFC0
RGB
CMYK
RGB Variations
Color information
#FBFFC0 (or 0xFBFFC0) is known color: Carla. HEX triplet: FB, FF and C0. RGB value is (251,255,192). Sum of RGB (Red+Green+Blue) = 251+255+192=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 192 (75.39% from 255 or 27.51% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC0 is #04003F. Grayscale: #F6F6F6. Windows color (decimal): -262208 or 12648443. OLE color: 12648443.
HSL color Cylindrical-coordinate representation of color #FBFFC0: hue angle of 63.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBFFC0 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 192 | - |
| CMYK | 0.02 | 0 | 0.25 | 0 |
| HSL | 63.81º | 1% | 0.88% | - |
| HSV(B) | 63.81º | 0.25% | 1% | - |
| XYZ | 85.06 | 95.84 | 63.88 | - |
| YUV | 246.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 192 | 0.02 | 0 | 0.25 | 0 | 63.81 | 1 | 0.88 |
| Hex | FB | FF | C0 | 2 | 0 | 19 | 0 | 40 | 64 | 58 |
| Octal | 373 | 377 | 300 | 2 | 0 | 31 | 0 | 100 | 144 | 130 |
| Binary | 11111011 | 11111111 | 11000000 | 10 | 0 | 11001 | 0 | 1000000 | 1100100 | 1011000 |
Color Harmonies of #FBFFC0
Complementary color
Monochromatic Colors of #FBFFC0
Black with #FBFFC0
Text Example
Text Example
White with #FBFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFC0; }
p { color: rgb(251,255,192); }
H1.HeaderClassName
{
color: #FBFFC0;
}
.AnyTagClassName
{
color: #FBFFC0;
}
</style>
background-color css
<style>
a { background-color: #FBFFC0; }
a { background-color: rgb(251,255,192); }
div.DivClassName
{
background-color: #FBFFC0;
}
.BgClassName
{
background-color: #FBFFC0;
}
</style>
border-color css
<style>
span { border-color: #FBFFC0; }
span { border-color: rgb(251,255,192); }
td.TdClassName
{
border-color: #FBFFC0;
}
.TagClassName
{
border-color: #FBFFC0;
}
</style>