Shades of Carla #F8FFCD
Tints of Carla #F8FFCD
RGB
CMYK
RGB Variations
Color information
#F8FFCD (or 0xF8FFCD) is known color: Carla. HEX triplet: F8, FF and CD. RGB value is (248,255,205). Sum of RGB (Red+Green+Blue) = 248+255+205=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFCD is #070032. Grayscale: #F7F7F7. Windows color (decimal): -458803 or 13500408. OLE color: 13500408.
HSL color Cylindrical-coordinate representation of color #F8FFCD: hue angle of 68.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8FFCD is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 205 | - |
| CMYK | 0.03 | 0 | 0.20 | 0 |
| HSL | 68.4º | 1% | 0.9% | - |
| HSV(B) | 68.4º | 0.2% | 1% | - |
| XYZ | 85.49 | 95.88 | 71.76 | - |
| YUV | 247.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 205 | 0.03 | 0 | 0.20 | 0 | 68.4 | 1 | 0.9 |
| Hex | F8 | FF | CD | 3 | 0 | 14 | 0 | 44 | 64 | 5A |
| Octal | 370 | 377 | 315 | 3 | 0 | 24 | 0 | 104 | 144 | 132 |
| Binary | 11111000 | 11111111 | 11001101 | 11 | 0 | 10100 | 0 | 1000100 | 1100100 | 1011010 |
Color Harmonies of #F8FFCD
Complementary color
Monochromatic Colors of #F8FFCD
Black with #F8FFCD
Text Example
Text Example
White with #F8FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFCD; }
p { color: rgb(248,255,205); }
H1.HeaderClassName
{
color: #F8FFCD;
}
.AnyTagClassName
{
color: #F8FFCD;
}
</style>
background-color css
<style>
a { background-color: #F8FFCD; }
a { background-color: rgb(248,255,205); }
div.DivClassName
{
background-color: #F8FFCD;
}
.BgClassName
{
background-color: #F8FFCD;
}
</style>
border-color css
<style>
span { border-color: #F8FFCD; }
span { border-color: rgb(248,255,205); }
td.TdClassName
{
border-color: #F8FFCD;
}
.TagClassName
{
border-color: #F8FFCD;
}
</style>