Shades of Carla #F8FECF
Tints of Carla #F8FECF
RGB
CMYK
RGB Variations
Color information
#F8FECF (or 0xF8FECF) is known color: Carla. HEX triplet: F8, FE and CF. RGB value is (248,254,207). Sum of RGB (Red+Green+Blue) = 248+254+207=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 207 (81.25% from 255 or 29.20% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FECF is #070130. Grayscale: #F7F7F7. Windows color (decimal): -459057 or 13631224. OLE color: 13631224.
HSL color Cylindrical-coordinate representation of color #F8FECF: hue angle of 67.66º 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 #F8FECF is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 248 | 254 | 207 | - |
CMYK | 0.02 | 0 | 0.19 | 0.00 |
HSL | 67.66º | 0.96% | 0.9% | - |
HSV(B) | 67.66º | 0.19% | 1% | - |
XYZ | 85.42 | 95.35 | 72.93 | - |
YUV | 246.85 | 105.51 | 128.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 254 | 207 | 0.02 | 0 | 0.19 | 0.00 | 67.66 | 0.96 | 0.9 |
Hex | F8 | FE | CF | 2 | 0 | 13 | 0 | 44 | 60 | 5A |
Octal | 370 | 376 | 317 | 2 | 0 | 23 | 0 | 104 | 140 | 132 |
Binary | 11111000 | 11111110 | 11001111 | 10 | 0 | 10011 | 0 | 1000100 | 1100000 | 1011010 |
Color Harmonies of #F8FECF
Complementary color
Monochromatic Colors of #F8FECF
Black with #F8FECF
Text Example
Text Example
White with #F8FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FECF; }
p { color: rgb(248,254,207); }
H1.HeaderClassName
{
color: #F8FECF;
}
.AnyTagClassName
{
color: #F8FECF;
}
</style>
background-color css
<style>
a { background-color: #F8FECF; }
a { background-color: rgb(248,254,207); }
div.DivClassName
{
background-color: #F8FECF;
}
.BgClassName
{
background-color: #F8FECF;
}
</style>
border-color css
<style>
span { border-color: #F8FECF; }
span { border-color: rgb(248,254,207); }
td.TdClassName
{
border-color: #F8FECF;
}
.TagClassName
{
border-color: #F8FECF;
}
</style>