Shades of Carla #F8FCC8
Tints of Carla #F8FCC8
RGB
CMYK
RGB Variations
Color information
#F8FCC8 (or 0xF8FCC8) is known color: Carla. HEX triplet: F8, FC and C8. RGB value is (248,252,200). Sum of RGB (Red+Green+Blue) = 248+252+200=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 200 (78.52% from 255 or 28.57% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FCC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FCC8 is #070337. Grayscale: #F5F5F5. Windows color (decimal): -459576 or 13171960. OLE color: 13171960.
HSL color Cylindrical-coordinate representation of color #F8FCC8: hue angle of 64.62º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8FCC8 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 252 | 200 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.01 |
| HSL | 64.62º | 0.9% | 0.89% | - |
| HSV(B) | 64.62º | 0.21% | 0.99% | - |
| XYZ | 83.95 | 93.75 | 68.31 | - |
| YUV | 244.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 252 | 200 | 0.02 | 0 | 0.21 | 0.01 | 64.62 | 0.9 | 0.89 |
| Hex | F8 | FC | C8 | 2 | 0 | 15 | 1 | 41 | 5A | 59 |
| Octal | 370 | 374 | 310 | 2 | 0 | 25 | 1 | 101 | 132 | 131 |
| Binary | 11111000 | 11111100 | 11001000 | 10 | 0 | 10101 | 1 | 1000001 | 1011010 | 1011001 |
Color Harmonies of #F8FCC8
Complementary color
Monochromatic Colors of #F8FCC8
Black with #F8FCC8
Text Example
Text Example
White with #F8FCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FCC8; }
p { color: rgb(248,252,200); }
H1.HeaderClassName
{
color: #F8FCC8;
}
.AnyTagClassName
{
color: #F8FCC8;
}
</style>
background-color css
<style>
a { background-color: #F8FCC8; }
a { background-color: rgb(248,252,200); }
div.DivClassName
{
background-color: #F8FCC8;
}
.BgClassName
{
background-color: #F8FCC8;
}
</style>
border-color css
<style>
span { border-color: #F8FCC8; }
span { border-color: rgb(248,252,200); }
td.TdClassName
{
border-color: #F8FCC8;
}
.TagClassName
{
border-color: #F8FCC8;
}
</style>