Shades of Carla #FAFDCE
Tints of Carla #FAFDCE
RGB
CMYK
RGB Variations
Color information
#FAFDCE (or 0xFAFDCE) is known color: Carla. HEX triplet: FA, FD and CE. RGB value is (250,253,206). Sum of RGB (Red+Green+Blue) = 250+253+206=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 206 (80.86% from 255 or 29.06% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDCE is #050231. Grayscale: #F6F6F6. Windows color (decimal): -328242 or 13565434. OLE color: 13565434.
HSL color Cylindrical-coordinate representation of color #FAFDCE: hue angle of 63.83º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAFDCE is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 206 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.01 |
| HSL | 63.83º | 0.92% | 0.9% | - |
| HSV(B) | 63.83º | 0.19% | 0.99% | - |
| XYZ | 85.69 | 95.03 | 72.22 | - |
| YUV | 246.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 206 | 0.01 | 0 | 0.19 | 0.01 | 63.83 | 0.92 | 0.9 |
| Hex | FA | FD | CE | 1 | 0 | 13 | 1 | 40 | 5C | 5A |
| Octal | 372 | 375 | 316 | 1 | 0 | 23 | 1 | 100 | 134 | 132 |
| Binary | 11111010 | 11111101 | 11001110 | 1 | 0 | 10011 | 1 | 1000000 | 1011100 | 1011010 |
Color Harmonies of #FAFDCE
Complementary color
Monochromatic Colors of #FAFDCE
Black with #FAFDCE
Text Example
Text Example
White with #FAFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDCE; }
p { color: rgb(250,253,206); }
H1.HeaderClassName
{
color: #FAFDCE;
}
.AnyTagClassName
{
color: #FAFDCE;
}
</style>
background-color css
<style>
a { background-color: #FAFDCE; }
a { background-color: rgb(250,253,206); }
div.DivClassName
{
background-color: #FAFDCE;
}
.BgClassName
{
background-color: #FAFDCE;
}
</style>
border-color css
<style>
span { border-color: #FAFDCE; }
span { border-color: rgb(250,253,206); }
td.TdClassName
{
border-color: #FAFDCE;
}
.TagClassName
{
border-color: #FAFDCE;
}
</style>