Shades of Carla #F9FECD
Tints of Carla #F9FECD
RGB
CMYK
RGB Variations
Color information
#F9FECD (or 0xF9FECD) is known color: Carla. HEX triplet: F9, FE and CD. RGB value is (249,254,205). Sum of RGB (Red+Green+Blue) = 249+254+205=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FECD is #060132. Grayscale: #F7F7F7. Windows color (decimal): -393523 or 13500153. OLE color: 13500153.
HSL color Cylindrical-coordinate representation of color #F9FECD: hue angle of 66.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9FECD is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 254 | 205 | - |
CMYK | 0.02 | 0 | 0.19 | 0.00 |
HSL | 66.12º | 0.96% | 0.9% | - |
HSV(B) | 66.12º | 0.19% | 1% | - |
XYZ | 85.53 | 95.43 | 71.67 | - |
YUV | 246.92 | 104.34 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 254 | 205 | 0.02 | 0 | 0.19 | 0.00 | 66.12 | 0.96 | 0.9 |
Hex | F9 | FE | CD | 2 | 0 | 13 | 0 | 42 | 60 | 5A |
Octal | 371 | 376 | 315 | 2 | 0 | 23 | 0 | 102 | 140 | 132 |
Binary | 11111001 | 11111110 | 11001101 | 10 | 0 | 10011 | 0 | 1000010 | 1100000 | 1011010 |
Color Harmonies of #F9FECD
Complementary color
Monochromatic Colors of #F9FECD
Black with #F9FECD
Text Example
Text Example
White with #F9FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FECD; }
p { color: rgb(249,254,205); }
H1.HeaderClassName
{
color: #F9FECD;
}
.AnyTagClassName
{
color: #F9FECD;
}
</style>
background-color css
<style>
a { background-color: #F9FECD; }
a { background-color: rgb(249,254,205); }
div.DivClassName
{
background-color: #F9FECD;
}
.BgClassName
{
background-color: #F9FECD;
}
</style>
border-color css
<style>
span { border-color: #F9FECD; }
span { border-color: rgb(249,254,205); }
td.TdClassName
{
border-color: #F9FECD;
}
.TagClassName
{
border-color: #F9FECD;
}
</style>