Shades of Carla #F9FFC1
Tints of Carla #F9FFC1
RGB
CMYK
RGB Variations
Color information
#F9FFC1 (or 0xF9FFC1) is known color: Carla. HEX triplet: F9, FF and C1. RGB value is (249,255,193). Sum of RGB (Red+Green+Blue) = 249+255+193=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 193 (75.78% from 255 or 27.69% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFC1 is #06003E. Grayscale: #F6F6F6. Windows color (decimal): -393279 or 12713977. OLE color: 12713977.
HSL color Cylindrical-coordinate representation of color #F9FFC1: hue angle of 65.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9FFC1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 193 | - |
| CMYK | 0.02 | 0 | 0.24 | 0 |
| HSL | 65.81º | 1% | 0.88% | - |
| HSV(B) | 65.81º | 0.24% | 1% | - |
| XYZ | 84.45 | 95.51 | 64.44 | - |
| YUV | 246.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 193 | 0.02 | 0 | 0.24 | 0 | 65.81 | 1 | 0.88 |
| Hex | F9 | FF | C1 | 2 | 0 | 18 | 0 | 42 | 64 | 58 |
| Octal | 371 | 377 | 301 | 2 | 0 | 30 | 0 | 102 | 144 | 130 |
| Binary | 11111001 | 11111111 | 11000001 | 10 | 0 | 11000 | 0 | 1000010 | 1100100 | 1011000 |
Color Harmonies of #F9FFC1
Complementary color
Monochromatic Colors of #F9FFC1
Black with #F9FFC1
Text Example
Text Example
White with #F9FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFC1; }
p { color: rgb(249,255,193); }
H1.HeaderClassName
{
color: #F9FFC1;
}
.AnyTagClassName
{
color: #F9FFC1;
}
</style>
background-color css
<style>
a { background-color: #F9FFC1; }
a { background-color: rgb(249,255,193); }
div.DivClassName
{
background-color: #F9FFC1;
}
.BgClassName
{
background-color: #F9FFC1;
}
</style>
border-color css
<style>
span { border-color: #F9FFC1; }
span { border-color: rgb(249,255,193); }
td.TdClassName
{
border-color: #F9FFC1;
}
.TagClassName
{
border-color: #F9FFC1;
}
</style>