Shades of Carla #FAFECD
Tints of Carla #FAFECD
RGB
CMYK
RGB Variations
Color information
#FAFECD (or 0xFAFECD) is known color: Carla. HEX triplet: FA, FE and CD. RGB value is (250,254,205). Sum of RGB (Red+Green+Blue) = 250+254+205=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 205 (80.47% from 255 or 28.91% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECD is #050132. Grayscale: #F7F7F7. Windows color (decimal): -327987 or 13500154. OLE color: 13500154.
HSL color Cylindrical-coordinate representation of color #FAFECD: hue angle of 64.9º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAFECD is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 205 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.00 |
| HSL | 64.9º | 0.96% | 0.9% | - |
| HSV(B) | 64.9º | 0.19% | 1% | - |
| XYZ | 85.89 | 95.62 | 71.69 | - |
| YUV | 247.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 205 | 0.02 | 0 | 0.19 | 0.00 | 64.9 | 0.96 | 0.9 |
| Hex | FA | FE | CD | 2 | 0 | 13 | 0 | 41 | 60 | 5A |
| Octal | 372 | 376 | 315 | 2 | 0 | 23 | 0 | 101 | 140 | 132 |
| Binary | 11111010 | 11111110 | 11001101 | 10 | 0 | 10011 | 0 | 1000001 | 1100000 | 1011010 |
Color Harmonies of #FAFECD
Complementary color
Monochromatic Colors of #FAFECD
Black with #FAFECD
Text Example
Text Example
White with #FAFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFECD; }
p { color: rgb(250,254,205); }
H1.HeaderClassName
{
color: #FAFECD;
}
.AnyTagClassName
{
color: #FAFECD;
}
</style>
background-color css
<style>
a { background-color: #FAFECD; }
a { background-color: rgb(250,254,205); }
div.DivClassName
{
background-color: #FAFECD;
}
.BgClassName
{
background-color: #FAFECD;
}
</style>
border-color css
<style>
span { border-color: #FAFECD; }
span { border-color: rgb(250,254,205); }
td.TdClassName
{
border-color: #FAFECD;
}
.TagClassName
{
border-color: #FAFECD;
}
</style>