Shades of Carla #F9FFC6
Tints of Carla #F9FFC6
RGB
CMYK
RGB Variations
Color information
#F9FFC6 (or 0xF9FFC6) is known color: Carla. HEX triplet: F9, FF and C6. RGB value is (249,255,198). Sum of RGB (Red+Green+Blue) = 249+255+198=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 198 (77.73% from 255 or 28.21% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFC6 is #060039. Grayscale: #F6F6F6. Windows color (decimal): -393274 or 13041657. OLE color: 13041657.
HSL color Cylindrical-coordinate representation of color #F9FFC6: hue angle of 66.32º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9FFC6 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 198 | - |
| CMYK | 0.02 | 0 | 0.22 | 0 |
| HSL | 66.32º | 1% | 0.89% | - |
| HSV(B) | 66.32º | 0.22% | 1% | - |
| XYZ | 85.02 | 95.74 | 67.42 | - |
| YUV | 246.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 198 | 0.02 | 0 | 0.22 | 0 | 66.32 | 1 | 0.89 |
| Hex | F9 | FF | C6 | 2 | 0 | 16 | 0 | 42 | 64 | 59 |
| Octal | 371 | 377 | 306 | 2 | 0 | 26 | 0 | 102 | 144 | 131 |
| Binary | 11111001 | 11111111 | 11000110 | 10 | 0 | 10110 | 0 | 1000010 | 1100100 | 1011001 |
Color Harmonies of #F9FFC6
Complementary color
Monochromatic Colors of #F9FFC6
Black with #F9FFC6
Text Example
Text Example
White with #F9FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFC6; }
p { color: rgb(249,255,198); }
H1.HeaderClassName
{
color: #F9FFC6;
}
.AnyTagClassName
{
color: #F9FFC6;
}
</style>
background-color css
<style>
a { background-color: #F9FFC6; }
a { background-color: rgb(249,255,198); }
div.DivClassName
{
background-color: #F9FFC6;
}
.BgClassName
{
background-color: #F9FFC6;
}
</style>
border-color css
<style>
span { border-color: #F9FFC6; }
span { border-color: rgb(249,255,198); }
td.TdClassName
{
border-color: #F9FFC6;
}
.TagClassName
{
border-color: #F9FFC6;
}
</style>