Shades of Carla #FAFECF
Tints of Carla #FAFECF
RGB
CMYK
RGB Variations
Color information
#FAFECF (or 0xFAFECF) is known color: Carla. HEX triplet: FA, FE and CF. RGB value is (250,254,207). Sum of RGB (Red+Green+Blue) = 250+254+207=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 207 (81.25% from 255 or 29.11% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECF is #050130. Grayscale: #F7F7F7. Windows color (decimal): -327985 or 13631226. OLE color: 13631226.
HSL color Cylindrical-coordinate representation of color #FAFECF: hue angle of 65.11º 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 #FAFECF is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 207 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.00 |
| HSL | 65.11º | 0.96% | 0.9% | - |
| HSV(B) | 65.11º | 0.19% | 1% | - |
| XYZ | 86.13 | 95.71 | 72.97 | - |
| YUV | 247.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 207 | 0.02 | 0 | 0.19 | 0.00 | 65.11 | 0.96 | 0.9 |
| Hex | FA | FE | CF | 2 | 0 | 13 | 0 | 41 | 60 | 5A |
| Octal | 372 | 376 | 317 | 2 | 0 | 23 | 0 | 101 | 140 | 132 |
| Binary | 11111010 | 11111110 | 11001111 | 10 | 0 | 10011 | 0 | 1000001 | 1100000 | 1011010 |
Color Harmonies of #FAFECF
Complementary color
Monochromatic Colors of #FAFECF
Black with #FAFECF
Text Example
Text Example
White with #FAFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFECF; }
p { color: rgb(250,254,207); }
H1.HeaderClassName
{
color: #FAFECF;
}
.AnyTagClassName
{
color: #FAFECF;
}
</style>
background-color css
<style>
a { background-color: #FAFECF; }
a { background-color: rgb(250,254,207); }
div.DivClassName
{
background-color: #FAFECF;
}
.BgClassName
{
background-color: #FAFECF;
}
</style>
border-color css
<style>
span { border-color: #FAFECF; }
span { border-color: rgb(250,254,207); }
td.TdClassName
{
border-color: #FAFECF;
}
.TagClassName
{
border-color: #FAFECF;
}
</style>