Shades of Carla #F9FAC8
Tints of Carla #F9FAC8
RGB
CMYK
RGB Variations
Color information
#F9FAC8 (or 0xF9FAC8) is known color: Carla. HEX triplet: F9, FA and C8. RGB value is (249,250,200). Sum of RGB (Red+Green+Blue) = 249+250+200=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 200 (78.52% from 255 or 28.61% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAC8 is #060537. Grayscale: #F4F4F4. Windows color (decimal): -394552 or 13171449. OLE color: 13171449.
HSL color Cylindrical-coordinate representation of color #F9FAC8: hue angle of 61.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9FAC8 is Cyan = 0.00, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 200 | - |
| CMYK | 0.00 | 0 | 0.2 | 0.02 |
| HSL | 61.2º | 0.83% | 0.88% | - |
| HSV(B) | 61.2º | 0.2% | 0.98% | - |
| XYZ | 83.68 | 92.68 | 68.12 | - |
| YUV | 244 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 200 | 0.00 | 0 | 0.2 | 0.02 | 61.2 | 0.83 | 0.88 |
| Hex | F9 | FA | C8 | 0 | 0 | 14 | 2 | 3D | 53 | 58 |
| Octal | 371 | 372 | 310 | 0 | 0 | 24 | 2 | 75 | 123 | 130 |
| Binary | 11111001 | 11111010 | 11001000 | 0 | 0 | 10100 | 10 | 111101 | 1010011 | 1011000 |
Color Harmonies of #F9FAC8
Complementary color
Monochromatic Colors of #F9FAC8
Black with #F9FAC8
Text Example
Text Example
White with #F9FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FAC8; }
p { color: rgb(249,250,200); }
H1.HeaderClassName
{
color: #F9FAC8;
}
.AnyTagClassName
{
color: #F9FAC8;
}
</style>
background-color css
<style>
a { background-color: #F9FAC8; }
a { background-color: rgb(249,250,200); }
div.DivClassName
{
background-color: #F9FAC8;
}
.BgClassName
{
background-color: #F9FAC8;
}
</style>
border-color css
<style>
span { border-color: #F9FAC8; }
span { border-color: rgb(249,250,200); }
td.TdClassName
{
border-color: #F9FAC8;
}
.TagClassName
{
border-color: #F9FAC8;
}
</style>