Shades of Carla #FAFECE
Tints of Carla #FAFECE
RGB
CMYK
RGB Variations
Color information
#FAFECE (or 0xFAFECE) is known color: Carla. HEX triplet: FA, FE and CE. RGB value is (250,254,206). Sum of RGB (Red+Green+Blue) = 250+254+206=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 206 (80.86% from 255 or 29.01% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECE is #050131. Grayscale: #F7F7F7. Windows color (decimal): -327986 or 13565690. OLE color: 13565690.
HSL color Cylindrical-coordinate representation of color #FAFECE: hue angle of 65º 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 #FAFECE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 250 | 254 | 206 | - |
CMYK | 0.02 | 0 | 0.19 | 0.00 |
HSL | 65º | 0.96% | 0.9% | - |
HSV(B) | 65º | 0.19% | 1% | - |
XYZ | 86.01 | 95.66 | 72.32 | - |
YUV | 247.33 | 104.67 | 129.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 254 | 206 | 0.02 | 0 | 0.19 | 0.00 | 65 | 0.96 | 0.9 |
Hex | FA | FE | CE | 2 | 0 | 13 | 0 | 41 | 60 | 5A |
Octal | 372 | 376 | 316 | 2 | 0 | 23 | 0 | 101 | 140 | 132 |
Binary | 11111010 | 11111110 | 11001110 | 10 | 0 | 10011 | 0 | 1000001 | 1100000 | 1011010 |
Color Harmonies of #FAFECE
Complementary color
Monochromatic Colors of #FAFECE
Black with #FAFECE
Text Example
Text Example
White with #FAFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFECE; }
p { color: rgb(250,254,206); }
H1.HeaderClassName
{
color: #FAFECE;
}
.AnyTagClassName
{
color: #FAFECE;
}
</style>
background-color css
<style>
a { background-color: #FAFECE; }
a { background-color: rgb(250,254,206); }
div.DivClassName
{
background-color: #FAFECE;
}
.BgClassName
{
background-color: #FAFECE;
}
</style>
border-color css
<style>
span { border-color: #FAFECE; }
span { border-color: rgb(250,254,206); }
td.TdClassName
{
border-color: #FAFECE;
}
.TagClassName
{
border-color: #FAFECE;
}
</style>