Shades of Carla #FBFFC1
Tints of Carla #FBFFC1
RGB
CMYK
RGB Variations
Color information
#FBFFC1 (or 0xFBFFC1) is known color: Carla. HEX triplet: FB, FF and C1. RGB value is (251,255,193). Sum of RGB (Red+Green+Blue) = 251+255+193=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 193 (75.78% from 255 or 27.61% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC1 is #04003E. Grayscale: #F6F6F6. Windows color (decimal): -262207 or 12713979. OLE color: 12713979.
HSL color Cylindrical-coordinate representation of color #FBFFC1: hue angle of 63.87º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBFFC1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 193 | - |
| CMYK | 0.02 | 0 | 0.24 | 0 |
| HSL | 63.87º | 1% | 0.88% | - |
| HSV(B) | 63.87º | 0.24% | 1% | - |
| XYZ | 85.17 | 95.88 | 64.47 | - |
| YUV | 246.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 193 | 0.02 | 0 | 0.24 | 0 | 63.87 | 1 | 0.88 |
| Hex | FB | FF | C1 | 2 | 0 | 18 | 0 | 40 | 64 | 58 |
| Octal | 373 | 377 | 301 | 2 | 0 | 30 | 0 | 100 | 144 | 130 |
| Binary | 11111011 | 11111111 | 11000001 | 10 | 0 | 11000 | 0 | 1000000 | 1100100 | 1011000 |
Color Harmonies of #FBFFC1
Complementary color
Monochromatic Colors of #FBFFC1
Black with #FBFFC1
Text Example
Text Example
White with #FBFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFC1; }
p { color: rgb(251,255,193); }
H1.HeaderClassName
{
color: #FBFFC1;
}
.AnyTagClassName
{
color: #FBFFC1;
}
</style>
background-color css
<style>
a { background-color: #FBFFC1; }
a { background-color: rgb(251,255,193); }
div.DivClassName
{
background-color: #FBFFC1;
}
.BgClassName
{
background-color: #FBFFC1;
}
</style>
border-color css
<style>
span { border-color: #FBFFC1; }
span { border-color: rgb(251,255,193); }
td.TdClassName
{
border-color: #FBFFC1;
}
.TagClassName
{
border-color: #FBFFC1;
}
</style>