Shades of Carla #F9FFCE
Tints of Carla #F9FFCE
RGB
CMYK
RGB Variations
Color information
#F9FFCE (or 0xF9FFCE) is known color: Carla. HEX triplet: F9, FF and CE. RGB value is (249,255,206). Sum of RGB (Red+Green+Blue) = 249+255+206=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 206 (80.86% from 255 or 29.01% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFCE is #060031. Grayscale: #F7F7F7. Windows color (decimal): -393266 or 13565945. OLE color: 13565945.
HSL color Cylindrical-coordinate representation of color #F9FFCE: hue angle of 67.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9FFCE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 206 | - |
| CMYK | 0.02 | 0 | 0.19 | 0 |
| HSL | 67.35º | 1% | 0.9% | - |
| HSV(B) | 67.35º | 0.19% | 1% | - |
| XYZ | 85.97 | 96.12 | 72.41 | - |
| YUV | 247.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 206 | 0.02 | 0 | 0.19 | 0 | 67.35 | 1 | 0.9 |
| Hex | F9 | FF | CE | 2 | 0 | 13 | 0 | 43 | 64 | 5A |
| Octal | 371 | 377 | 316 | 2 | 0 | 23 | 0 | 103 | 144 | 132 |
| Binary | 11111001 | 11111111 | 11001110 | 10 | 0 | 10011 | 0 | 1000011 | 1100100 | 1011010 |
Color Harmonies of #F9FFCE
Complementary color
Monochromatic Colors of #F9FFCE
Black with #F9FFCE
Text Example
Text Example
White with #F9FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFCE; }
p { color: rgb(249,255,206); }
H1.HeaderClassName
{
color: #F9FFCE;
}
.AnyTagClassName
{
color: #F9FFCE;
}
</style>
background-color css
<style>
a { background-color: #F9FFCE; }
a { background-color: rgb(249,255,206); }
div.DivClassName
{
background-color: #F9FFCE;
}
.BgClassName
{
background-color: #F9FFCE;
}
</style>
border-color css
<style>
span { border-color: #F9FFCE; }
span { border-color: rgb(249,255,206); }
td.TdClassName
{
border-color: #F9FFCE;
}
.TagClassName
{
border-color: #F9FFCE;
}
</style>