Shades of Carla #F0F3CC
Tints of Carla #F0F3CC
RGB
CMYK
RGB Variations
Color information
#F0F3CC (or 0xF0F3CC) is known color: Carla. HEX triplet: F0, F3 and CC. RGB value is (240,243,204). Sum of RGB (Red+Green+Blue) = 240+243+204=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3CC is #0F0C33. Grayscale: #EDEDED. Windows color (decimal): -986164 or 13431792. OLE color: 13431792.
HSL color Cylindrical-coordinate representation of color #F0F3CC: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F3CC is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 204 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.05 |
| HSL | 64.62º | 0.62% | 0.88% | - |
| HSV(B) | 64.62º | 0.16% | 0.95% | - |
| XYZ | 78.88 | 86.99 | 69.76 | - |
| YUV | 237.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 204 | 0.01 | 0 | 0.16 | 0.05 | 64.62 | 0.62 | 0.88 |
| Hex | F0 | F3 | CC | 1 | 0 | 10 | 5 | 41 | 3E | 58 |
| Octal | 360 | 363 | 314 | 1 | 0 | 20 | 5 | 101 | 76 | 130 |
| Binary | 11110000 | 11110011 | 11001100 | 1 | 0 | 10000 | 101 | 1000001 | 111110 | 1011000 |
Color Harmonies of #F0F3CC
Complementary color
Monochromatic Colors of #F0F3CC
Black with #F0F3CC
Text Example
Text Example
White with #F0F3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3CC; }
p { color: rgb(240,243,204); }
H1.HeaderClassName
{
color: #F0F3CC;
}
.AnyTagClassName
{
color: #F0F3CC;
}
</style>
background-color css
<style>
a { background-color: #F0F3CC; }
a { background-color: rgb(240,243,204); }
div.DivClassName
{
background-color: #F0F3CC;
}
.BgClassName
{
background-color: #F0F3CC;
}
</style>
border-color css
<style>
span { border-color: #F0F3CC; }
span { border-color: rgb(240,243,204); }
td.TdClassName
{
border-color: #F0F3CC;
}
.TagClassName
{
border-color: #F0F3CC;
}
</style>