Shades of Carla #FBFFCE
Tints of Carla #FBFFCE
RGB
CMYK
RGB Variations
Color information
#FBFFCE (or 0xFBFFCE) is known color: Carla. HEX triplet: FB, FF and CE. RGB value is (251,255,206). Sum of RGB (Red+Green+Blue) = 251+255+206=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 206 (80.86% from 255 or 28.93% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFCE is #040031. Grayscale: #F8F8F8. Windows color (decimal): -262194 or 13565947. OLE color: 13565947.
HSL color Cylindrical-coordinate representation of color #FBFFCE: hue angle of 64.9º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBFFCE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 206 | - |
| CMYK | 0.02 | 0 | 0.19 | 0 |
| HSL | 64.9º | 1% | 0.9% | - |
| HSV(B) | 64.9º | 0.19% | 1% | - |
| XYZ | 86.68 | 96.49 | 72.45 | - |
| YUV | 248.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 206 | 0.02 | 0 | 0.19 | 0 | 64.9 | 1 | 0.9 |
| Hex | FB | FF | CE | 2 | 0 | 13 | 0 | 41 | 64 | 5A |
| Octal | 373 | 377 | 316 | 2 | 0 | 23 | 0 | 101 | 144 | 132 |
| Binary | 11111011 | 11111111 | 11001110 | 10 | 0 | 10011 | 0 | 1000001 | 1100100 | 1011010 |
Color Harmonies of #FBFFCE
Complementary color
Monochromatic Colors of #FBFFCE
Black with #FBFFCE
Text Example
Text Example
White with #FBFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFCE; }
p { color: rgb(251,255,206); }
H1.HeaderClassName
{
color: #FBFFCE;
}
.AnyTagClassName
{
color: #FBFFCE;
}
</style>
background-color css
<style>
a { background-color: #FBFFCE; }
a { background-color: rgb(251,255,206); }
div.DivClassName
{
background-color: #FBFFCE;
}
.BgClassName
{
background-color: #FBFFCE;
}
</style>
border-color css
<style>
span { border-color: #FBFFCE; }
span { border-color: rgb(251,255,206); }
td.TdClassName
{
border-color: #FBFFCE;
}
.TagClassName
{
border-color: #FBFFCE;
}
</style>