Shades of Carla #F8FFCE
Tints of Carla #F8FFCE
RGB
CMYK
RGB Variations
Color information
#F8FFCE (or 0xF8FFCE) is known color: Carla. HEX triplet: F8, FF and CE. RGB value is (248,255,206). Sum of RGB (Red+Green+Blue) = 248+255+206=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 206 (80.86% from 255 or 29.06% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFCE is #070031. Grayscale: #F7F7F7. Windows color (decimal): -458802 or 13565944. OLE color: 13565944.
HSL color Cylindrical-coordinate representation of color #F8FFCE: hue angle of 68.57º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8FFCE is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 206 | - |
| CMYK | 0.03 | 0 | 0.19 | 0 |
| HSL | 68.57º | 1% | 0.9% | - |
| HSV(B) | 68.57º | 0.19% | 1% | - |
| XYZ | 85.61 | 95.93 | 72.4 | - |
| YUV | 247.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 206 | 0.03 | 0 | 0.19 | 0 | 68.57 | 1 | 0.9 |
| Hex | F8 | FF | CE | 3 | 0 | 13 | 0 | 45 | 64 | 5A |
| Octal | 370 | 377 | 316 | 3 | 0 | 23 | 0 | 105 | 144 | 132 |
| Binary | 11111000 | 11111111 | 11001110 | 11 | 0 | 10011 | 0 | 1000101 | 1100100 | 1011010 |
Color Harmonies of #F8FFCE
Complementary color
Monochromatic Colors of #F8FFCE
Black with #F8FFCE
Text Example
Text Example
White with #F8FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFCE; }
p { color: rgb(248,255,206); }
H1.HeaderClassName
{
color: #F8FFCE;
}
.AnyTagClassName
{
color: #F8FFCE;
}
</style>
background-color css
<style>
a { background-color: #F8FFCE; }
a { background-color: rgb(248,255,206); }
div.DivClassName
{
background-color: #F8FFCE;
}
.BgClassName
{
background-color: #F8FFCE;
}
</style>
border-color css
<style>
span { border-color: #F8FFCE; }
span { border-color: rgb(248,255,206); }
td.TdClassName
{
border-color: #F8FFCE;
}
.TagClassName
{
border-color: #F8FFCE;
}
</style>