Shades of Carla #F8FCD0
Tints of Carla #F8FCD0
RGB
CMYK
RGB Variations
Color information
#F8FCD0 (or 0xF8FCD0) is known color: Carla. HEX triplet: F8, FC and D0. RGB value is (248,252,208). Sum of RGB (Red+Green+Blue) = 248+252+208=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 208 (81.64% from 255 or 29.38% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCD0 is #07032F. Grayscale: #F5F5F5. Windows color (decimal): -459568 or 13696248. OLE color: 13696248.
HSL color Cylindrical-coordinate representation of color #F8FCD0: hue angle of 65.45º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8FCD0 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 208 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.01 |
| HSL | 65.45º | 0.88% | 0.9% | - |
| HSV(B) | 65.45º | 0.17% | 0.99% | - |
| XYZ | 84.91 | 94.13 | 73.37 | - |
| YUV | 245.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 208 | 0.02 | 0 | 0.17 | 0.01 | 65.45 | 0.88 | 0.9 |
| Hex | F8 | FC | D0 | 2 | 0 | 11 | 1 | 41 | 58 | 5A |
| Octal | 370 | 374 | 320 | 2 | 0 | 21 | 1 | 101 | 130 | 132 |
| Binary | 11111000 | 11111100 | 11010000 | 10 | 0 | 10001 | 1 | 1000001 | 1011000 | 1011010 |
Color Harmonies of #F8FCD0
Complementary color
Monochromatic Colors of #F8FCD0
Black with #F8FCD0
Text Example
Text Example
White with #F8FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCD0; }
p { color: rgb(248,252,208); }
H1.HeaderClassName
{
color: #F8FCD0;
}
.AnyTagClassName
{
color: #F8FCD0;
}
</style>
background-color css
<style>
a { background-color: #F8FCD0; }
a { background-color: rgb(248,252,208); }
div.DivClassName
{
background-color: #F8FCD0;
}
.BgClassName
{
background-color: #F8FCD0;
}
</style>
border-color css
<style>
span { border-color: #F8FCD0; }
span { border-color: rgb(248,252,208); }
td.TdClassName
{
border-color: #F8FCD0;
}
.TagClassName
{
border-color: #F8FCD0;
}
</style>