Shades of Carla #FAFECA
Tints of Carla #FAFECA
RGB
CMYK
RGB Variations
Color information
#FAFECA (or 0xFAFECA) is known color: Carla. HEX triplet: FA, FE and CA. RGB value is (250,254,202). Sum of RGB (Red+Green+Blue) = 250+254+202=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 202 (79.30% from 255 or 28.61% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFECA is #050135. Grayscale: #F7F7F7. Windows color (decimal): -327990 or 13303546. OLE color: 13303546.
HSL color Cylindrical-coordinate representation of color #FAFECA: hue angle of 64.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFECA is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 202 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.00 |
| HSL | 64.62º | 0.96% | 0.89% | - |
| HSV(B) | 64.62º | 0.2% | 1% | - |
| XYZ | 85.53 | 95.47 | 69.8 | - |
| YUV | 246.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 202 | 0.02 | 0 | 0.20 | 0.00 | 64.62 | 0.96 | 0.89 |
| Hex | FA | FE | CA | 2 | 0 | 14 | 0 | 41 | 60 | 59 |
| Octal | 372 | 376 | 312 | 2 | 0 | 24 | 0 | 101 | 140 | 131 |
| Binary | 11111010 | 11111110 | 11001010 | 10 | 0 | 10100 | 0 | 1000001 | 1100000 | 1011001 |
Color Harmonies of #FAFECA
Complementary color
Monochromatic Colors of #FAFECA
Black with #FAFECA
Text Example
Text Example
White with #FAFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFECA; }
p { color: rgb(250,254,202); }
H1.HeaderClassName
{
color: #FAFECA;
}
.AnyTagClassName
{
color: #FAFECA;
}
</style>
background-color css
<style>
a { background-color: #FAFECA; }
a { background-color: rgb(250,254,202); }
div.DivClassName
{
background-color: #FAFECA;
}
.BgClassName
{
background-color: #FAFECA;
}
</style>
border-color css
<style>
span { border-color: #FAFECA; }
span { border-color: rgb(250,254,202); }
td.TdClassName
{
border-color: #FAFECA;
}
.TagClassName
{
border-color: #FAFECA;
}
</style>