Shades of Carla #F8FECE
Tints of Carla #F8FECE
RGB
CMYK
RGB Variations
Color information
#F8FECE (or 0xF8FECE) is known color: Carla. HEX triplet: F8, FE and CE. RGB value is (248,254,206). Sum of RGB (Red+Green+Blue) = 248+254+206=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 206 (80.86% from 255 or 29.10% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FECE is #070131. Grayscale: #F6F6F6. Windows color (decimal): -459058 or 13565688. OLE color: 13565688.
HSL color Cylindrical-coordinate representation of color #F8FECE: hue angle of 67.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8FECE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 248 | 254 | 206 | - |
CMYK | 0.02 | 0 | 0.19 | 0.00 |
HSL | 67.5º | 0.96% | 0.9% | - |
HSV(B) | 67.5º | 0.19% | 1% | - |
XYZ | 85.29 | 95.3 | 72.29 | - |
YUV | 246.73 | 105.01 | 128.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 254 | 206 | 0.02 | 0 | 0.19 | 0.00 | 67.5 | 0.96 | 0.9 |
Hex | F8 | FE | CE | 2 | 0 | 13 | 0 | 44 | 60 | 5A |
Octal | 370 | 376 | 316 | 2 | 0 | 23 | 0 | 104 | 140 | 132 |
Binary | 11111000 | 11111110 | 11001110 | 10 | 0 | 10011 | 0 | 1000100 | 1100000 | 1011010 |
Color Harmonies of #F8FECE
Complementary color
Monochromatic Colors of #F8FECE
Black with #F8FECE
Text Example
Text Example
White with #F8FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FECE; }
p { color: rgb(248,254,206); }
H1.HeaderClassName
{
color: #F8FECE;
}
.AnyTagClassName
{
color: #F8FECE;
}
</style>
background-color css
<style>
a { background-color: #F8FECE; }
a { background-color: rgb(248,254,206); }
div.DivClassName
{
background-color: #F8FECE;
}
.BgClassName
{
background-color: #F8FECE;
}
</style>
border-color css
<style>
span { border-color: #F8FECE; }
span { border-color: rgb(248,254,206); }
td.TdClassName
{
border-color: #F8FECE;
}
.TagClassName
{
border-color: #F8FECE;
}
</style>