Shades of Carla #F5FECB
Tints of Carla #F5FECB
RGB
CMYK
RGB Variations
Color information
#F5FECB (or 0xF5FECB) is known color: Carla. HEX triplet: F5, FE and CB. RGB value is (245,254,203). Sum of RGB (Red+Green+Blue) = 245+254+203=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 203 (79.69% from 255 or 28.92% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FECB is #0A0134. Grayscale: #F5F5F5. Windows color (decimal): -655669 or 13369077. OLE color: 13369077.
HSL color Cylindrical-coordinate representation of color #F5FECB: hue angle of 70.59º 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 #F5FECB is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 203 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.00 |
| HSL | 70.59º | 0.96% | 0.9% | - |
| HSV(B) | 70.59º | 0.2% | 1% | - |
| XYZ | 83.88 | 94.61 | 70.34 | - |
| YUV | 245.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 203 | 0.04 | 0 | 0.20 | 0.00 | 70.59 | 0.96 | 0.9 |
| Hex | F5 | FE | CB | 4 | 0 | 14 | 0 | 47 | 60 | 5A |
| Octal | 365 | 376 | 313 | 4 | 0 | 24 | 0 | 107 | 140 | 132 |
| Binary | 11110101 | 11111110 | 11001011 | 100 | 0 | 10100 | 0 | 1000111 | 1100000 | 1011010 |
Color Harmonies of #F5FECB
Complementary color
Monochromatic Colors of #F5FECB
Black with #F5FECB
Text Example
Text Example
White with #F5FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FECB; }
p { color: rgb(245,254,203); }
H1.HeaderClassName
{
color: #F5FECB;
}
.AnyTagClassName
{
color: #F5FECB;
}
</style>
background-color css
<style>
a { background-color: #F5FECB; }
a { background-color: rgb(245,254,203); }
div.DivClassName
{
background-color: #F5FECB;
}
.BgClassName
{
background-color: #F5FECB;
}
</style>
border-color css
<style>
span { border-color: #F5FECB; }
span { border-color: rgb(245,254,203); }
td.TdClassName
{
border-color: #F5FECB;
}
.TagClassName
{
border-color: #F5FECB;
}
</style>