Shades of Carla #F0F3CB
Tints of Carla #F0F3CB
RGB
CMYK
RGB Variations
Color information
#F0F3CB (or 0xF0F3CB) is known color: Carla. HEX triplet: F0, F3 and CB. RGB value is (240,243,203). Sum of RGB (Red+Green+Blue) = 240+243+203=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3CB is #0F0C34. Grayscale: #EDEDED. Windows color (decimal): -986165 or 13366256. OLE color: 13366256.
HSL color Cylindrical-coordinate representation of color #F0F3CB: hue angle of 64.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F3CB is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 203 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.05 |
| HSL | 64.5º | 0.63% | 0.87% | - |
| HSV(B) | 64.5º | 0.16% | 0.95% | - |
| XYZ | 78.77 | 86.94 | 69.13 | - |
| YUV | 237.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 203 | 0.01 | 0 | 0.16 | 0.05 | 64.5 | 0.63 | 0.87 |
| Hex | F0 | F3 | CB | 1 | 0 | 10 | 5 | 40 | 3E | 57 |
| Octal | 360 | 363 | 313 | 1 | 0 | 20 | 5 | 100 | 76 | 127 |
| Binary | 11110000 | 11110011 | 11001011 | 1 | 0 | 10000 | 101 | 1000000 | 111110 | 1010111 |
Color Harmonies of #F0F3CB
Complementary color
Monochromatic Colors of #F0F3CB
Black with #F0F3CB
Text Example
Text Example
White with #F0F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3CB; }
p { color: rgb(240,243,203); }
H1.HeaderClassName
{
color: #F0F3CB;
}
.AnyTagClassName
{
color: #F0F3CB;
}
</style>
background-color css
<style>
a { background-color: #F0F3CB; }
a { background-color: rgb(240,243,203); }
div.DivClassName
{
background-color: #F0F3CB;
}
.BgClassName
{
background-color: #F0F3CB;
}
</style>
border-color css
<style>
span { border-color: #F0F3CB; }
span { border-color: rgb(240,243,203); }
td.TdClassName
{
border-color: #F0F3CB;
}
.TagClassName
{
border-color: #F0F3CB;
}
</style>