Shades of Carla #FBFFC7
Tints of Carla #FBFFC7
RGB
CMYK
RGB Variations
Color information
#FBFFC7 (or 0xFBFFC7) is known color: Carla. HEX triplet: FB, FF and C7. RGB value is (251,255,199). Sum of RGB (Red+Green+Blue) = 251+255+199=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 199 (78.12% from 255 or 28.23% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC7 is #040038. Grayscale: #F7F7F7. Windows color (decimal): -262201 or 13107195. OLE color: 13107195.
HSL color Cylindrical-coordinate representation of color #FBFFC7: hue angle of 64.29º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBFFC7 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 199 | - |
| CMYK | 0.02 | 0 | 0.22 | 0 |
| HSL | 64.29º | 1% | 0.89% | - |
| HSV(B) | 64.29º | 0.22% | 1% | - |
| XYZ | 85.85 | 96.15 | 68.07 | - |
| YUV | 247.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 199 | 0.02 | 0 | 0.22 | 0 | 64.29 | 1 | 0.89 |
| Hex | FB | FF | C7 | 2 | 0 | 16 | 0 | 40 | 64 | 59 |
| Octal | 373 | 377 | 307 | 2 | 0 | 26 | 0 | 100 | 144 | 131 |
| Binary | 11111011 | 11111111 | 11000111 | 10 | 0 | 10110 | 0 | 1000000 | 1100100 | 1011001 |
Color Harmonies of #FBFFC7
Complementary color
Monochromatic Colors of #FBFFC7
Black with #FBFFC7
Text Example
Text Example
White with #FBFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFC7; }
p { color: rgb(251,255,199); }
H1.HeaderClassName
{
color: #FBFFC7;
}
.AnyTagClassName
{
color: #FBFFC7;
}
</style>
background-color css
<style>
a { background-color: #FBFFC7; }
a { background-color: rgb(251,255,199); }
div.DivClassName
{
background-color: #FBFFC7;
}
.BgClassName
{
background-color: #FBFFC7;
}
</style>
border-color css
<style>
span { border-color: #FBFFC7; }
span { border-color: rgb(251,255,199); }
td.TdClassName
{
border-color: #FBFFC7;
}
.TagClassName
{
border-color: #FBFFC7;
}
</style>