Shades of Carla #F8FEC1
Tints of Carla #F8FEC1
RGB
CMYK
RGB Variations
Color information
#F8FEC1 (or 0xF8FEC1) is known color: Carla. HEX triplet: F8, FE and C1. RGB value is (248,254,193). Sum of RGB (Red+Green+Blue) = 248+254+193=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 193 (75.78% from 255 or 27.77% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FEC1 is #07013E. Grayscale: #F5F5F5. Windows color (decimal): -459071 or 12713720. OLE color: 12713720.
HSL color Cylindrical-coordinate representation of color #F8FEC1: hue angle of 65.9º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8FEC1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 193 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.00 |
| HSL | 65.9º | 0.97% | 0.88% | - |
| HSV(B) | 65.9º | 0.24% | 1% | - |
| XYZ | 83.78 | 94.69 | 64.31 | - |
| YUV | 245.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 193 | 0.02 | 0 | 0.24 | 0.00 | 65.9 | 0.97 | 0.88 |
| Hex | F8 | FE | C1 | 2 | 0 | 18 | 0 | 42 | 61 | 58 |
| Octal | 370 | 376 | 301 | 2 | 0 | 30 | 0 | 102 | 141 | 130 |
| Binary | 11111000 | 11111110 | 11000001 | 10 | 0 | 11000 | 0 | 1000010 | 1100001 | 1011000 |
Color Harmonies of #F8FEC1
Complementary color
Monochromatic Colors of #F8FEC1
Black with #F8FEC1
Text Example
Text Example
White with #F8FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEC1; }
p { color: rgb(248,254,193); }
H1.HeaderClassName
{
color: #F8FEC1;
}
.AnyTagClassName
{
color: #F8FEC1;
}
</style>
background-color css
<style>
a { background-color: #F8FEC1; }
a { background-color: rgb(248,254,193); }
div.DivClassName
{
background-color: #F8FEC1;
}
.BgClassName
{
background-color: #F8FEC1;
}
</style>
border-color css
<style>
span { border-color: #F8FEC1; }
span { border-color: rgb(248,254,193); }
td.TdClassName
{
border-color: #F8FEC1;
}
.TagClassName
{
border-color: #F8FEC1;
}
</style>