Shades of Carla #F5FCCE
Tints of Carla #F5FCCE
RGB
CMYK
RGB Variations
Color information
#F5FCCE (or 0xF5FCCE) is known color: Carla. HEX triplet: F5, FC and CE. RGB value is (245,252,206). Sum of RGB (Red+Green+Blue) = 245+252+206=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 206 (80.86% from 255 or 29.30% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCCE is #0A0331. Grayscale: #F4F4F4. Windows color (decimal): -656178 or 13565173. OLE color: 13565173.
HSL color Cylindrical-coordinate representation of color #F5FCCE: hue angle of 69.13º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5FCCE is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 206 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.01 |
| HSL | 69.13º | 0.88% | 0.9% | - |
| HSV(B) | 69.13º | 0.18% | 0.99% | - |
| XYZ | 83.61 | 93.49 | 72.03 | - |
| YUV | 244.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 206 | 0.03 | 0 | 0.18 | 0.01 | 69.13 | 0.88 | 0.9 |
| Hex | F5 | FC | CE | 3 | 0 | 12 | 1 | 45 | 58 | 5A |
| Octal | 365 | 374 | 316 | 3 | 0 | 22 | 1 | 105 | 130 | 132 |
| Binary | 11110101 | 11111100 | 11001110 | 11 | 0 | 10010 | 1 | 1000101 | 1011000 | 1011010 |
Color Harmonies of #F5FCCE
Complementary color
Monochromatic Colors of #F5FCCE
Black with #F5FCCE
Text Example
Text Example
White with #F5FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCCE; }
p { color: rgb(245,252,206); }
H1.HeaderClassName
{
color: #F5FCCE;
}
.AnyTagClassName
{
color: #F5FCCE;
}
</style>
background-color css
<style>
a { background-color: #F5FCCE; }
a { background-color: rgb(245,252,206); }
div.DivClassName
{
background-color: #F5FCCE;
}
.BgClassName
{
background-color: #F5FCCE;
}
</style>
border-color css
<style>
span { border-color: #F5FCCE; }
span { border-color: rgb(245,252,206); }
td.TdClassName
{
border-color: #F5FCCE;
}
.TagClassName
{
border-color: #F5FCCE;
}
</style>