Shades of Carla #F5F8D4
Tints of Carla #F5F8D4
RGB
CMYK
RGB Variations
Color information
#F5F8D4 (or 0xF5F8D4) is known color: Carla. HEX triplet: F5, F8 and D4. RGB value is (245,248,212). Sum of RGB (Red+Green+Blue) = 245+248+212=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8D4 is #0A072B. Grayscale: #F3F3F3. Windows color (decimal): -657196 or 13957365. OLE color: 13957365.
HSL color Cylindrical-coordinate representation of color #F5F8D4: hue angle of 65º degrees, saturation: 0.72, 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 #F5F8D4 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 212 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.03 |
| HSL | 65º | 0.72% | 0.9% | - |
| HSV(B) | 65º | 0.15% | 0.97% | - |
| XYZ | 83.11 | 91.3 | 75.53 | - |
| YUV | 243 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 212 | 0.01 | 0 | 0.15 | 0.03 | 65 | 0.72 | 0.9 |
| Hex | F5 | F8 | D4 | 1 | 0 | F | 3 | 41 | 48 | 5A |
| Octal | 365 | 370 | 324 | 1 | 0 | 17 | 3 | 101 | 110 | 132 |
| Binary | 11110101 | 11111000 | 11010100 | 1 | 0 | 1111 | 11 | 1000001 | 1001000 | 1011010 |
Color Harmonies of #F5F8D4
Complementary color
Monochromatic Colors of #F5F8D4
Black with #F5F8D4
Text Example
Text Example
White with #F5F8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8D4; }
p { color: rgb(245,248,212); }
H1.HeaderClassName
{
color: #F5F8D4;
}
.AnyTagClassName
{
color: #F5F8D4;
}
</style>
background-color css
<style>
a { background-color: #F5F8D4; }
a { background-color: rgb(245,248,212); }
div.DivClassName
{
background-color: #F5F8D4;
}
.BgClassName
{
background-color: #F5F8D4;
}
</style>
border-color css
<style>
span { border-color: #F5F8D4; }
span { border-color: rgb(245,248,212); }
td.TdClassName
{
border-color: #F5F8D4;
}
.TagClassName
{
border-color: #F5F8D4;
}
</style>