Shades of Carla #F9FEC0
Tints of Carla #F9FEC0
RGB
CMYK
RGB Variations
Color information
#F9FEC0 (or 0xF9FEC0) is known color: Carla. HEX triplet: F9, FE and C0. RGB value is (249,254,192). Sum of RGB (Red+Green+Blue) = 249+254+192=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 192 (75.39% from 255 or 27.63% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FEC0 is #06013F. Grayscale: #F5F5F5. Windows color (decimal): -393536 or 12648185. OLE color: 12648185.
HSL color Cylindrical-coordinate representation of color #F9FEC0: hue angle of 64.84º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9FEC0 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 254 | 192 | - |
CMYK | 0.02 | 0 | 0.24 | 0.00 |
HSL | 64.84º | 0.97% | 0.87% | - |
HSV(B) | 64.84º | 0.24% | 1% | - |
XYZ | 84.02 | 94.83 | 63.74 | - |
YUV | 245.44 | 97.84 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 254 | 192 | 0.02 | 0 | 0.24 | 0.00 | 64.84 | 0.97 | 0.87 |
Hex | F9 | FE | C0 | 2 | 0 | 18 | 0 | 41 | 61 | 57 |
Octal | 371 | 376 | 300 | 2 | 0 | 30 | 0 | 101 | 141 | 127 |
Binary | 11111001 | 11111110 | 11000000 | 10 | 0 | 11000 | 0 | 1000001 | 1100001 | 1010111 |
Color Harmonies of #F9FEC0
Complementary color
Monochromatic Colors of #F9FEC0
Black with #F9FEC0
Text Example
Text Example
White with #F9FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEC0; }
p { color: rgb(249,254,192); }
H1.HeaderClassName
{
color: #F9FEC0;
}
.AnyTagClassName
{
color: #F9FEC0;
}
</style>
background-color css
<style>
a { background-color: #F9FEC0; }
a { background-color: rgb(249,254,192); }
div.DivClassName
{
background-color: #F9FEC0;
}
.BgClassName
{
background-color: #F9FEC0;
}
</style>
border-color css
<style>
span { border-color: #F9FEC0; }
span { border-color: rgb(249,254,192); }
td.TdClassName
{
border-color: #F9FEC0;
}
.TagClassName
{
border-color: #F9FEC0;
}
</style>