Shades of Carla #FAFFCE
Tints of Carla #FAFFCE
RGB
CMYK
RGB Variations
Color information
#FAFFCE (or 0xFAFFCE) is known color: Carla. HEX triplet: FA, FF and CE. RGB value is (250,255,206). Sum of RGB (Red+Green+Blue) = 250+255+206=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 206 (80.86% from 255 or 28.97% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCE is #050031. Grayscale: #F8F8F8. Windows color (decimal): -327730 or 13565946. OLE color: 13565946.
HSL color Cylindrical-coordinate representation of color #FAFFCE: hue angle of 66.12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAFFCE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 206 | - |
| CMYK | 0.02 | 0 | 0.19 | 0 |
| HSL | 66.12º | 1% | 0.9% | - |
| HSV(B) | 66.12º | 0.19% | 1% | - |
| XYZ | 86.32 | 96.3 | 72.43 | - |
| YUV | 247.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 206 | 0.02 | 0 | 0.19 | 0 | 66.12 | 1 | 0.9 |
| Hex | FA | FF | CE | 2 | 0 | 13 | 0 | 42 | 64 | 5A |
| Octal | 372 | 377 | 316 | 2 | 0 | 23 | 0 | 102 | 144 | 132 |
| Binary | 11111010 | 11111111 | 11001110 | 10 | 0 | 10011 | 0 | 1000010 | 1100100 | 1011010 |
Color Harmonies of #FAFFCE
Complementary color
Monochromatic Colors of #FAFFCE
Black with #FAFFCE
Text Example
Text Example
White with #FAFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFCE; }
p { color: rgb(250,255,206); }
H1.HeaderClassName
{
color: #FAFFCE;
}
.AnyTagClassName
{
color: #FAFFCE;
}
</style>
background-color css
<style>
a { background-color: #FAFFCE; }
a { background-color: rgb(250,255,206); }
div.DivClassName
{
background-color: #FAFFCE;
}
.BgClassName
{
background-color: #FAFFCE;
}
</style>
border-color css
<style>
span { border-color: #FAFFCE; }
span { border-color: rgb(250,255,206); }
td.TdClassName
{
border-color: #FAFFCE;
}
.TagClassName
{
border-color: #FAFFCE;
}
</style>