Shades of Carla #F8FFC4
Tints of Carla #F8FFC4
RGB
CMYK
RGB Variations
Color information
#F8FFC4 (or 0xF8FFC4) is known color: Carla. HEX triplet: F8, FF and C4. RGB value is (248,255,196). Sum of RGB (Red+Green+Blue) = 248+255+196=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 196 (76.95% from 255 or 28.04% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFC4 is #07003B. Grayscale: #F6F6F6. Windows color (decimal): -458812 or 12910584. OLE color: 12910584.
HSL color Cylindrical-coordinate representation of color #F8FFC4: hue angle of 67.12º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8FFC4 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 196 | - |
| CMYK | 0.03 | 0 | 0.23 | 0 |
| HSL | 67.12º | 1% | 0.88% | - |
| HSV(B) | 67.12º | 0.23% | 1% | - |
| XYZ | 84.44 | 95.46 | 66.2 | - |
| YUV | 246.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 196 | 0.03 | 0 | 0.23 | 0 | 67.12 | 1 | 0.88 |
| Hex | F8 | FF | C4 | 3 | 0 | 17 | 0 | 43 | 64 | 58 |
| Octal | 370 | 377 | 304 | 3 | 0 | 27 | 0 | 103 | 144 | 130 |
| Binary | 11111000 | 11111111 | 11000100 | 11 | 0 | 10111 | 0 | 1000011 | 1100100 | 1011000 |
Color Harmonies of #F8FFC4
Complementary color
Monochromatic Colors of #F8FFC4
Black with #F8FFC4
Text Example
Text Example
White with #F8FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFC4; }
p { color: rgb(248,255,196); }
H1.HeaderClassName
{
color: #F8FFC4;
}
.AnyTagClassName
{
color: #F8FFC4;
}
</style>
background-color css
<style>
a { background-color: #F8FFC4; }
a { background-color: rgb(248,255,196); }
div.DivClassName
{
background-color: #F8FFC4;
}
.BgClassName
{
background-color: #F8FFC4;
}
</style>
border-color css
<style>
span { border-color: #F8FFC4; }
span { border-color: rgb(248,255,196); }
td.TdClassName
{
border-color: #F8FFC4;
}
.TagClassName
{
border-color: #F8FFC4;
}
</style>