Shades of Carla #F8FCCE
Tints of Carla #F8FCCE
RGB
CMYK
RGB Variations
Color information
#F8FCCE (or 0xF8FCCE) is known color: Carla. HEX triplet: F8, FC and CE. RGB value is (248,252,206). Sum of RGB (Red+Green+Blue) = 248+252+206=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 206 (80.86% from 255 or 29.18% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCCE is #070331. Grayscale: #F5F5F5. Windows color (decimal): -459570 or 13565176. OLE color: 13565176.
HSL color Cylindrical-coordinate representation of color #F8FCCE: hue angle of 65.22º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8FCCE is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 206 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.01 |
| HSL | 65.22º | 0.88% | 0.9% | - |
| HSV(B) | 65.22º | 0.18% | 0.99% | - |
| XYZ | 84.66 | 94.03 | 72.08 | - |
| YUV | 245.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 206 | 0.02 | 0 | 0.18 | 0.01 | 65.22 | 0.88 | 0.9 |
| Hex | F8 | FC | CE | 2 | 0 | 12 | 1 | 41 | 58 | 5A |
| Octal | 370 | 374 | 316 | 2 | 0 | 22 | 1 | 101 | 130 | 132 |
| Binary | 11111000 | 11111100 | 11001110 | 10 | 0 | 10010 | 1 | 1000001 | 1011000 | 1011010 |
Color Harmonies of #F8FCCE
Complementary color
Monochromatic Colors of #F8FCCE
Black with #F8FCCE
Text Example
Text Example
White with #F8FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCCE; }
p { color: rgb(248,252,206); }
H1.HeaderClassName
{
color: #F8FCCE;
}
.AnyTagClassName
{
color: #F8FCCE;
}
</style>
background-color css
<style>
a { background-color: #F8FCCE; }
a { background-color: rgb(248,252,206); }
div.DivClassName
{
background-color: #F8FCCE;
}
.BgClassName
{
background-color: #F8FCCE;
}
</style>
border-color css
<style>
span { border-color: #F8FCCE; }
span { border-color: rgb(248,252,206); }
td.TdClassName
{
border-color: #F8FCCE;
}
.TagClassName
{
border-color: #F8FCCE;
}
</style>