Shades of Carla #F8FFCA
Tints of Carla #F8FFCA
RGB
CMYK
RGB Variations
Color information
#F8FFCA (or 0xF8FFCA) is known color: Carla. HEX triplet: F8, FF and CA. RGB value is (248,255,202). Sum of RGB (Red+Green+Blue) = 248+255+202=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFCA is #070035. Grayscale: #F7F7F7. Windows color (decimal): -458806 or 13303800. OLE color: 13303800.
HSL color Cylindrical-coordinate representation of color #F8FFCA: hue angle of 67.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8FFCA is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 202 | - |
| CMYK | 0.03 | 0 | 0.21 | 0 |
| HSL | 67.92º | 1% | 0.9% | - |
| HSV(B) | 67.92º | 0.21% | 1% | - |
| XYZ | 85.13 | 95.74 | 69.87 | - |
| YUV | 246.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 202 | 0.03 | 0 | 0.21 | 0 | 67.92 | 1 | 0.9 |
| Hex | F8 | FF | CA | 3 | 0 | 15 | 0 | 44 | 64 | 5A |
| Octal | 370 | 377 | 312 | 3 | 0 | 25 | 0 | 104 | 144 | 132 |
| Binary | 11111000 | 11111111 | 11001010 | 11 | 0 | 10101 | 0 | 1000100 | 1100100 | 1011010 |
Color Harmonies of #F8FFCA
Complementary color
Monochromatic Colors of #F8FFCA
Black with #F8FFCA
Text Example
Text Example
White with #F8FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFCA; }
p { color: rgb(248,255,202); }
H1.HeaderClassName
{
color: #F8FFCA;
}
.AnyTagClassName
{
color: #F8FFCA;
}
</style>
background-color css
<style>
a { background-color: #F8FFCA; }
a { background-color: rgb(248,255,202); }
div.DivClassName
{
background-color: #F8FFCA;
}
.BgClassName
{
background-color: #F8FFCA;
}
</style>
border-color css
<style>
span { border-color: #F8FFCA; }
span { border-color: rgb(248,255,202); }
td.TdClassName
{
border-color: #F8FFCA;
}
.TagClassName
{
border-color: #F8FFCA;
}
</style>