Shades of Carla #F5FEC3
Tints of Carla #F5FEC3
RGB
CMYK
RGB Variations
Color information
#F5FEC3 (or 0xF5FEC3) is known color: Carla. HEX triplet: F5, FE and C3. RGB value is (245,254,195). Sum of RGB (Red+Green+Blue) = 245+254+195=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 195 (76.56% from 255 or 28.10% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEC3 is #0A013C. Grayscale: #F4F4F4. Windows color (decimal): -655677 or 12844789. OLE color: 12844789.
HSL color Cylindrical-coordinate representation of color #F5FEC3: hue angle of 69.15º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5FEC3 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 195 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.00 |
| HSL | 69.15º | 0.97% | 0.88% | - |
| HSV(B) | 69.15º | 0.23% | 1% | - |
| XYZ | 82.95 | 94.24 | 65.45 | - |
| YUV | 244.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 195 | 0.04 | 0 | 0.23 | 0.00 | 69.15 | 0.97 | 0.88 |
| Hex | F5 | FE | C3 | 4 | 0 | 17 | 0 | 45 | 61 | 58 |
| Octal | 365 | 376 | 303 | 4 | 0 | 27 | 0 | 105 | 141 | 130 |
| Binary | 11110101 | 11111110 | 11000011 | 100 | 0 | 10111 | 0 | 1000101 | 1100001 | 1011000 |
Color Harmonies of #F5FEC3
Complementary color
Monochromatic Colors of #F5FEC3
Black with #F5FEC3
Text Example
Text Example
White with #F5FEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEC3; }
p { color: rgb(245,254,195); }
H1.HeaderClassName
{
color: #F5FEC3;
}
.AnyTagClassName
{
color: #F5FEC3;
}
</style>
background-color css
<style>
a { background-color: #F5FEC3; }
a { background-color: rgb(245,254,195); }
div.DivClassName
{
background-color: #F5FEC3;
}
.BgClassName
{
background-color: #F5FEC3;
}
</style>
border-color css
<style>
span { border-color: #F5FEC3; }
span { border-color: rgb(245,254,195); }
td.TdClassName
{
border-color: #F5FEC3;
}
.TagClassName
{
border-color: #F5FEC3;
}
</style>