Shades of Carla #F5F8D2
Tints of Carla #F5F8D2
RGB
CMYK
RGB Variations
Color information
#F5F8D2 (or 0xF5F8D2) is known color: Carla. HEX triplet: F5, F8 and D2. RGB value is (245,248,210). Sum of RGB (Red+Green+Blue) = 245+248+210=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8D2 is #0A072D. Grayscale: #F2F2F2. Windows color (decimal): -657198 or 13826293. OLE color: 13826293.
HSL color Cylindrical-coordinate representation of color #F5F8D2: hue angle of 64.74º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5F8D2 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 210 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.03 |
| HSL | 64.74º | 0.73% | 0.9% | - |
| HSV(B) | 64.74º | 0.15% | 0.97% | - |
| XYZ | 82.86 | 91.2 | 74.21 | - |
| YUV | 242.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 210 | 0.01 | 0 | 0.15 | 0.03 | 64.74 | 0.73 | 0.9 |
| Hex | F5 | F8 | D2 | 1 | 0 | F | 3 | 41 | 49 | 5A |
| Octal | 365 | 370 | 322 | 1 | 0 | 17 | 3 | 101 | 111 | 132 |
| Binary | 11110101 | 11111000 | 11010010 | 1 | 0 | 1111 | 11 | 1000001 | 1001001 | 1011010 |
Color Harmonies of #F5F8D2
Complementary color
Monochromatic Colors of #F5F8D2
Black with #F5F8D2
Text Example
Text Example
White with #F5F8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8D2; }
p { color: rgb(245,248,210); }
H1.HeaderClassName
{
color: #F5F8D2;
}
.AnyTagClassName
{
color: #F5F8D2;
}
</style>
background-color css
<style>
a { background-color: #F5F8D2; }
a { background-color: rgb(245,248,210); }
div.DivClassName
{
background-color: #F5F8D2;
}
.BgClassName
{
background-color: #F5F8D2;
}
</style>
border-color css
<style>
span { border-color: #F5F8D2; }
span { border-color: rgb(245,248,210); }
td.TdClassName
{
border-color: #F5F8D2;
}
.TagClassName
{
border-color: #F5F8D2;
}
</style>