Shades of Carla #FBFFC8
Tints of Carla #FBFFC8
RGB
CMYK
RGB Variations
Color information
#FBFFC8 (or 0xFBFFC8) is known color: Carla. HEX triplet: FB, FF and C8. RGB value is (251,255,200). Sum of RGB (Red+Green+Blue) = 251+255+200=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 200 (78.52% from 255 or 28.33% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC8 is #040037. Grayscale: #F7F7F7. Windows color (decimal): -262200 or 13172731. OLE color: 13172731.
HSL color Cylindrical-coordinate representation of color #FBFFC8: hue angle of 64.36º 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 #FBFFC8 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 200 | - |
| CMYK | 0.02 | 0 | 0.22 | 0 |
| HSL | 64.36º | 1% | 0.89% | - |
| HSV(B) | 64.36º | 0.22% | 1% | - |
| XYZ | 85.97 | 96.2 | 68.68 | - |
| YUV | 247.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 200 | 0.02 | 0 | 0.22 | 0 | 64.36 | 1 | 0.89 |
| Hex | FB | FF | C8 | 2 | 0 | 16 | 0 | 40 | 64 | 59 |
| Octal | 373 | 377 | 310 | 2 | 0 | 26 | 0 | 100 | 144 | 131 |
| Binary | 11111011 | 11111111 | 11001000 | 10 | 0 | 10110 | 0 | 1000000 | 1100100 | 1011001 |
Color Harmonies of #FBFFC8
Complementary color
Monochromatic Colors of #FBFFC8
Black with #FBFFC8
Text Example
Text Example
White with #FBFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFC8; }
p { color: rgb(251,255,200); }
H1.HeaderClassName
{
color: #FBFFC8;
}
.AnyTagClassName
{
color: #FBFFC8;
}
</style>
background-color css
<style>
a { background-color: #FBFFC8; }
a { background-color: rgb(251,255,200); }
div.DivClassName
{
background-color: #FBFFC8;
}
.BgClassName
{
background-color: #FBFFC8;
}
</style>
border-color css
<style>
span { border-color: #FBFFC8; }
span { border-color: rgb(251,255,200); }
td.TdClassName
{
border-color: #FBFFC8;
}
.TagClassName
{
border-color: #FBFFC8;
}
</style>