Shades of Carla #FBFFCB
Tints of Carla #FBFFCB
RGB
CMYK
RGB Variations
Color information
#FBFFCB (or 0xFBFFCB) is known color: Carla. HEX triplet: FB, FF and CB. RGB value is (251,255,203). Sum of RGB (Red+Green+Blue) = 251+255+203=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 203 (79.69% from 255 or 28.63% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFCB is #040034. Grayscale: #F8F8F8. Windows color (decimal): -262197 or 13369339. OLE color: 13369339.
HSL color Cylindrical-coordinate representation of color #FBFFCB: hue angle of 64.62º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBFFCB is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 203 | - |
| CMYK | 0.02 | 0 | 0.20 | 0 |
| HSL | 64.62º | 1% | 0.9% | - |
| HSV(B) | 64.62º | 0.2% | 1% | - |
| XYZ | 86.32 | 96.34 | 70.55 | - |
| YUV | 247.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 203 | 0.02 | 0 | 0.20 | 0 | 64.62 | 1 | 0.9 |
| Hex | FB | FF | CB | 2 | 0 | 14 | 0 | 41 | 64 | 5A |
| Octal | 373 | 377 | 313 | 2 | 0 | 24 | 0 | 101 | 144 | 132 |
| Binary | 11111011 | 11111111 | 11001011 | 10 | 0 | 10100 | 0 | 1000001 | 1100100 | 1011010 |
Color Harmonies of #FBFFCB
Complementary color
Monochromatic Colors of #FBFFCB
Black with #FBFFCB
Text Example
Text Example
White with #FBFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFCB; }
p { color: rgb(251,255,203); }
H1.HeaderClassName
{
color: #FBFFCB;
}
.AnyTagClassName
{
color: #FBFFCB;
}
</style>
background-color css
<style>
a { background-color: #FBFFCB; }
a { background-color: rgb(251,255,203); }
div.DivClassName
{
background-color: #FBFFCB;
}
.BgClassName
{
background-color: #FBFFCB;
}
</style>
border-color css
<style>
span { border-color: #FBFFCB; }
span { border-color: rgb(251,255,203); }
td.TdClassName
{
border-color: #FBFFCB;
}
.TagClassName
{
border-color: #FBFFCB;
}
</style>