Shades of Carla #F5F9CE
Tints of Carla #F5F9CE
RGB
CMYK
RGB Variations
Color information
#F5F9CE (or 0xF5F9CE) is known color: Carla. HEX triplet: F5, F9 and CE. RGB value is (245,249,206). Sum of RGB (Red+Green+Blue) = 245+249+206=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 249 (97.66% from 255 or 35.57% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9CE is #0A0631. Grayscale: #F3F3F3. Windows color (decimal): -656946 or 13564405. OLE color: 13564405.
HSL color Cylindrical-coordinate representation of color #F5F9CE: hue angle of 65.58º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5F9CE is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 249 | 206 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.02 |
| HSL | 65.58º | 0.78% | 0.89% | - |
| HSV(B) | 65.58º | 0.17% | 0.98% | - |
| XYZ | 82.67 | 91.62 | 71.72 | - |
| YUV | 242.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 249 | 206 | 0.02 | 0 | 0.17 | 0.02 | 65.58 | 0.78 | 0.89 |
| Hex | F5 | F9 | CE | 2 | 0 | 11 | 2 | 42 | 4E | 59 |
| Octal | 365 | 371 | 316 | 2 | 0 | 21 | 2 | 102 | 116 | 131 |
| Binary | 11110101 | 11111001 | 11001110 | 10 | 0 | 10001 | 10 | 1000010 | 1001110 | 1011001 |
Color Harmonies of #F5F9CE
Complementary color
Monochromatic Colors of #F5F9CE
Black with #F5F9CE
Text Example
Text Example
White with #F5F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F9CE; }
p { color: rgb(245,249,206); }
H1.HeaderClassName
{
color: #F5F9CE;
}
.AnyTagClassName
{
color: #F5F9CE;
}
</style>
background-color css
<style>
a { background-color: #F5F9CE; }
a { background-color: rgb(245,249,206); }
div.DivClassName
{
background-color: #F5F9CE;
}
.BgClassName
{
background-color: #F5F9CE;
}
</style>
border-color css
<style>
span { border-color: #F5F9CE; }
span { border-color: rgb(245,249,206); }
td.TdClassName
{
border-color: #F5F9CE;
}
.TagClassName
{
border-color: #F5F9CE;
}
</style>