Shades of Carla #F8FCC6
Tints of Carla #F8FCC6
RGB
CMYK
RGB Variations
Color information
#F8FCC6 (or 0xF8FCC6) is known color: Carla. HEX triplet: F8, FC and C6. RGB value is (248,252,198). Sum of RGB (Red+Green+Blue) = 248+252+198=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 198 (77.73% from 255 or 28.37% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCC6 is #070339. Grayscale: #F4F4F4. Windows color (decimal): -459578 or 13040888. OLE color: 13040888.
HSL color Cylindrical-coordinate representation of color #F8FCC6: hue angle of 64.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8FCC6 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 198 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.01 |
| HSL | 64.44º | 0.9% | 0.88% | - |
| HSV(B) | 64.44º | 0.21% | 0.99% | - |
| XYZ | 83.71 | 93.65 | 67.09 | - |
| YUV | 244.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 198 | 0.02 | 0 | 0.21 | 0.01 | 64.44 | 0.9 | 0.88 |
| Hex | F8 | FC | C6 | 2 | 0 | 15 | 1 | 40 | 5A | 58 |
| Octal | 370 | 374 | 306 | 2 | 0 | 25 | 1 | 100 | 132 | 130 |
| Binary | 11111000 | 11111100 | 11000110 | 10 | 0 | 10101 | 1 | 1000000 | 1011010 | 1011000 |
Color Harmonies of #F8FCC6
Complementary color
Monochromatic Colors of #F8FCC6
Black with #F8FCC6
Text Example
Text Example
White with #F8FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCC6; }
p { color: rgb(248,252,198); }
H1.HeaderClassName
{
color: #F8FCC6;
}
.AnyTagClassName
{
color: #F8FCC6;
}
</style>
background-color css
<style>
a { background-color: #F8FCC6; }
a { background-color: rgb(248,252,198); }
div.DivClassName
{
background-color: #F8FCC6;
}
.BgClassName
{
background-color: #F8FCC6;
}
</style>
border-color css
<style>
span { border-color: #F8FCC6; }
span { border-color: rgb(248,252,198); }
td.TdClassName
{
border-color: #F8FCC6;
}
.TagClassName
{
border-color: #F8FCC6;
}
</style>