Shades of Carla #F5FECC
Tints of Carla #F5FECC
RGB
CMYK
RGB Variations
Color information
#F5FECC (or 0xF5FECC) is known color: Carla. HEX triplet: F5, FE and CC. RGB value is (245,254,204). Sum of RGB (Red+Green+Blue) = 245+254+204=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 204 (80.08% from 255 or 29.02% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECC is #0A0133. Grayscale: #F5F5F5. Windows color (decimal): -655668 or 13434613. OLE color: 13434613.
HSL color Cylindrical-coordinate representation of color #F5FECC: hue angle of 70.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5FECC is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 204 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.00 |
| HSL | 70.8º | 0.96% | 0.9% | - |
| HSV(B) | 70.8º | 0.2% | 1% | - |
| XYZ | 84 | 94.66 | 70.97 | - |
| YUV | 245.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 204 | 0.04 | 0 | 0.20 | 0.00 | 70.8 | 0.96 | 0.9 |
| Hex | F5 | FE | CC | 4 | 0 | 14 | 0 | 47 | 60 | 5A |
| Octal | 365 | 376 | 314 | 4 | 0 | 24 | 0 | 107 | 140 | 132 |
| Binary | 11110101 | 11111110 | 11001100 | 100 | 0 | 10100 | 0 | 1000111 | 1100000 | 1011010 |
Color Harmonies of #F5FECC
Complementary color
Monochromatic Colors of #F5FECC
Black with #F5FECC
Text Example
Text Example
White with #F5FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FECC; }
p { color: rgb(245,254,204); }
H1.HeaderClassName
{
color: #F5FECC;
}
.AnyTagClassName
{
color: #F5FECC;
}
</style>
background-color css
<style>
a { background-color: #F5FECC; }
a { background-color: rgb(245,254,204); }
div.DivClassName
{
background-color: #F5FECC;
}
.BgClassName
{
background-color: #F5FECC;
}
</style>
border-color css
<style>
span { border-color: #F5FECC; }
span { border-color: rgb(245,254,204); }
td.TdClassName
{
border-color: #F5FECC;
}
.TagClassName
{
border-color: #F5FECC;
}
</style>