Shades of Carla #FBFFC9
Tints of Carla #FBFFC9
RGB
CMYK
RGB Variations
Color information
#FBFFC9 (or 0xFBFFC9) is known color: Carla. HEX triplet: FB, FF and C9. RGB value is (251,255,201). Sum of RGB (Red+Green+Blue) = 251+255+201=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 201 (78.91% from 255 or 28.43% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFC9 is #040036. Grayscale: #F7F7F7. Windows color (decimal): -262199 or 13238267. OLE color: 13238267.
HSL color Cylindrical-coordinate representation of color #FBFFC9: hue angle of 64.44º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBFFC9 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 201 | - |
| CMYK | 0.02 | 0 | 0.21 | 0 |
| HSL | 64.44º | 1% | 0.89% | - |
| HSV(B) | 64.44º | 0.21% | 1% | - |
| XYZ | 86.09 | 96.25 | 69.3 | - |
| YUV | 247.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 201 | 0.02 | 0 | 0.21 | 0 | 64.44 | 1 | 0.89 |
| Hex | FB | FF | C9 | 2 | 0 | 15 | 0 | 40 | 64 | 59 |
| Octal | 373 | 377 | 311 | 2 | 0 | 25 | 0 | 100 | 144 | 131 |
| Binary | 11111011 | 11111111 | 11001001 | 10 | 0 | 10101 | 0 | 1000000 | 1100100 | 1011001 |
Color Harmonies of #FBFFC9
Complementary color
Monochromatic Colors of #FBFFC9
Black with #FBFFC9
Text Example
Text Example
White with #FBFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFC9; }
p { color: rgb(251,255,201); }
H1.HeaderClassName
{
color: #FBFFC9;
}
.AnyTagClassName
{
color: #FBFFC9;
}
</style>
background-color css
<style>
a { background-color: #FBFFC9; }
a { background-color: rgb(251,255,201); }
div.DivClassName
{
background-color: #FBFFC9;
}
.BgClassName
{
background-color: #FBFFC9;
}
</style>
border-color css
<style>
span { border-color: #FBFFC9; }
span { border-color: rgb(251,255,201); }
td.TdClassName
{
border-color: #FBFFC9;
}
.TagClassName
{
border-color: #FBFFC9;
}
</style>