Shades of Carla #F8FFC8
Tints of Carla #F8FFC8
RGB
CMYK
RGB Variations
Color information
#F8FFC8 (or 0xF8FFC8) is known color: Carla. HEX triplet: F8, FF and C8. RGB value is (248,255,200). Sum of RGB (Red+Green+Blue) = 248+255+200=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 200 (78.52% from 255 or 28.45% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFC8 is #070037. Grayscale: #F6F6F6. Windows color (decimal): -458808 or 13172728. OLE color: 13172728.
HSL color Cylindrical-coordinate representation of color #F8FFC8: hue angle of 67.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8FFC8 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 200 | - |
| CMYK | 0.03 | 0 | 0.22 | 0 |
| HSL | 67.64º | 1% | 0.89% | - |
| HSV(B) | 67.64º | 0.22% | 1% | - |
| XYZ | 84.9 | 95.65 | 68.63 | - |
| YUV | 246.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 200 | 0.03 | 0 | 0.22 | 0 | 67.64 | 1 | 0.89 |
| Hex | F8 | FF | C8 | 3 | 0 | 16 | 0 | 44 | 64 | 59 |
| Octal | 370 | 377 | 310 | 3 | 0 | 26 | 0 | 104 | 144 | 131 |
| Binary | 11111000 | 11111111 | 11001000 | 11 | 0 | 10110 | 0 | 1000100 | 1100100 | 1011001 |
Color Harmonies of #F8FFC8
Complementary color
Monochromatic Colors of #F8FFC8
Black with #F8FFC8
Text Example
Text Example
White with #F8FFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFC8; }
p { color: rgb(248,255,200); }
H1.HeaderClassName
{
color: #F8FFC8;
}
.AnyTagClassName
{
color: #F8FFC8;
}
</style>
background-color css
<style>
a { background-color: #F8FFC8; }
a { background-color: rgb(248,255,200); }
div.DivClassName
{
background-color: #F8FFC8;
}
.BgClassName
{
background-color: #F8FFC8;
}
</style>
border-color css
<style>
span { border-color: #F8FFC8; }
span { border-color: rgb(248,255,200); }
td.TdClassName
{
border-color: #F8FFC8;
}
.TagClassName
{
border-color: #F8FFC8;
}
</style>