Shades of Carla #FAFEC1
Tints of Carla #FAFEC1
RGB
CMYK
RGB Variations
Color information
#FAFEC1 (or 0xFAFEC1) is known color: Carla. HEX triplet: FA, FE and C1. RGB value is (250,254,193). Sum of RGB (Red+Green+Blue) = 250+254+193=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 193 (75.78% from 255 or 27.69% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC1 is #05013E. Grayscale: #F6F6F6. Windows color (decimal): -327999 or 12713722. OLE color: 12713722.
HSL color Cylindrical-coordinate representation of color #FAFEC1: hue angle of 63.93º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAFEC1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 193 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.00 |
| HSL | 63.93º | 0.97% | 0.88% | - |
| HSV(B) | 63.93º | 0.24% | 1% | - |
| XYZ | 84.49 | 95.06 | 64.35 | - |
| YUV | 245.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 193 | 0.02 | 0 | 0.24 | 0.00 | 63.93 | 0.97 | 0.88 |
| Hex | FA | FE | C1 | 2 | 0 | 18 | 0 | 40 | 61 | 58 |
| Octal | 372 | 376 | 301 | 2 | 0 | 30 | 0 | 100 | 141 | 130 |
| Binary | 11111010 | 11111110 | 11000001 | 10 | 0 | 11000 | 0 | 1000000 | 1100001 | 1011000 |
Color Harmonies of #FAFEC1
Complementary color
Monochromatic Colors of #FAFEC1
Black with #FAFEC1
Text Example
Text Example
White with #FAFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEC1; }
p { color: rgb(250,254,193); }
H1.HeaderClassName
{
color: #FAFEC1;
}
.AnyTagClassName
{
color: #FAFEC1;
}
</style>
background-color css
<style>
a { background-color: #FAFEC1; }
a { background-color: rgb(250,254,193); }
div.DivClassName
{
background-color: #FAFEC1;
}
.BgClassName
{
background-color: #FAFEC1;
}
</style>
border-color css
<style>
span { border-color: #FAFEC1; }
span { border-color: rgb(250,254,193); }
td.TdClassName
{
border-color: #FAFEC1;
}
.TagClassName
{
border-color: #FAFEC1;
}
</style>