Shades of Carla #FAFECC
Tints of Carla #FAFECC
RGB
CMYK
RGB Variations
Color information
#FAFECC (or 0xFAFECC) is known color: Carla. HEX triplet: FA, FE and CC. RGB value is (250,254,204). Sum of RGB (Red+Green+Blue) = 250+254+204=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 204 (80.08% from 255 or 28.81% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECC is #050133. Grayscale: #F7F7F7. Windows color (decimal): -327988 or 13434618. OLE color: 13434618.
HSL color Cylindrical-coordinate representation of color #FAFECC: hue angle of 64.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFECC is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 204 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.00 |
| HSL | 64.8º | 0.96% | 0.9% | - |
| HSV(B) | 64.8º | 0.2% | 1% | - |
| XYZ | 85.77 | 95.57 | 71.05 | - |
| YUV | 247.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 204 | 0.02 | 0 | 0.20 | 0.00 | 64.8 | 0.96 | 0.9 |
| Hex | FA | FE | CC | 2 | 0 | 14 | 0 | 41 | 60 | 5A |
| Octal | 372 | 376 | 314 | 2 | 0 | 24 | 0 | 101 | 140 | 132 |
| Binary | 11111010 | 11111110 | 11001100 | 10 | 0 | 10100 | 0 | 1000001 | 1100000 | 1011010 |
Color Harmonies of #FAFECC
Complementary color
Monochromatic Colors of #FAFECC
Black with #FAFECC
Text Example
Text Example
White with #FAFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFECC; }
p { color: rgb(250,254,204); }
H1.HeaderClassName
{
color: #FAFECC;
}
.AnyTagClassName
{
color: #FAFECC;
}
</style>
background-color css
<style>
a { background-color: #FAFECC; }
a { background-color: rgb(250,254,204); }
div.DivClassName
{
background-color: #FAFECC;
}
.BgClassName
{
background-color: #FAFECC;
}
</style>
border-color css
<style>
span { border-color: #FAFECC; }
span { border-color: rgb(250,254,204); }
td.TdClassName
{
border-color: #FAFECC;
}
.TagClassName
{
border-color: #FAFECC;
}
</style>