Shades of Carla #F6FBC1
Tints of Carla #F6FBC1
RGB
CMYK
RGB Variations
Color information
#F6FBC1 (or 0xF6FBC1) is known color: Carla. HEX triplet: F6, FB and C1. RGB value is (246,251,193). Sum of RGB (Red+Green+Blue) = 246+251+193=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 193 (75.78% from 255 or 27.97% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FBC1 is #09043E. Grayscale: #F3F3F3. Windows color (decimal): -590911 or 12712950. OLE color: 12712950.
HSL color Cylindrical-coordinate representation of color #F6FBC1: hue angle of 65.17º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6FBC1 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 193 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.02 |
| HSL | 65.17º | 0.88% | 0.87% | - |
| HSV(B) | 65.17º | 0.23% | 0.98% | - |
| XYZ | 82.13 | 92.44 | 63.97 | - |
| YUV | 242.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 193 | 0.02 | 0 | 0.23 | 0.02 | 65.17 | 0.88 | 0.87 |
| Hex | F6 | FB | C1 | 2 | 0 | 17 | 2 | 41 | 58 | 57 |
| Octal | 366 | 373 | 301 | 2 | 0 | 27 | 2 | 101 | 130 | 127 |
| Binary | 11110110 | 11111011 | 11000001 | 10 | 0 | 10111 | 10 | 1000001 | 1011000 | 1010111 |
Color Harmonies of #F6FBC1
Complementary color
Monochromatic Colors of #F6FBC1
Black with #F6FBC1
Text Example
Text Example
White with #F6FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FBC1; }
p { color: rgb(246,251,193); }
H1.HeaderClassName
{
color: #F6FBC1;
}
.AnyTagClassName
{
color: #F6FBC1;
}
</style>
background-color css
<style>
a { background-color: #F6FBC1; }
a { background-color: rgb(246,251,193); }
div.DivClassName
{
background-color: #F6FBC1;
}
.BgClassName
{
background-color: #F6FBC1;
}
</style>
border-color css
<style>
span { border-color: #F6FBC1; }
span { border-color: rgb(246,251,193); }
td.TdClassName
{
border-color: #F6FBC1;
}
.TagClassName
{
border-color: #F6FBC1;
}
</style>