Shades of Carla #FAFFC1
Tints of Carla #FAFFC1
RGB
CMYK
RGB Variations
Color information
#FAFFC1 (or 0xFAFFC1) is known color: Carla. HEX triplet: FA, FF and C1. RGB value is (250,255,193). Sum of RGB (Red+Green+Blue) = 250+255+193=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 193 (75.78% from 255 or 27.65% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC1 is #05003E. Grayscale: #F6F6F6. Windows color (decimal): -327743 or 12713978. OLE color: 12713978.
HSL color Cylindrical-coordinate representation of color #FAFFC1: hue angle of 64.84º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAFFC1 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 193 | - |
| CMYK | 0.02 | 0 | 0.24 | 0 |
| HSL | 64.84º | 1% | 0.88% | - |
| HSV(B) | 64.84º | 0.24% | 1% | - |
| XYZ | 84.81 | 95.69 | 64.45 | - |
| YUV | 246.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 193 | 0.02 | 0 | 0.24 | 0 | 64.84 | 1 | 0.88 |
| Hex | FA | FF | C1 | 2 | 0 | 18 | 0 | 41 | 64 | 58 |
| Octal | 372 | 377 | 301 | 2 | 0 | 30 | 0 | 101 | 144 | 130 |
| Binary | 11111010 | 11111111 | 11000001 | 10 | 0 | 11000 | 0 | 1000001 | 1100100 | 1011000 |
Color Harmonies of #FAFFC1
Complementary color
Monochromatic Colors of #FAFFC1
Black with #FAFFC1
Text Example
Text Example
White with #FAFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFC1; }
p { color: rgb(250,255,193); }
H1.HeaderClassName
{
color: #FAFFC1;
}
.AnyTagClassName
{
color: #FAFFC1;
}
</style>
background-color css
<style>
a { background-color: #FAFFC1; }
a { background-color: rgb(250,255,193); }
div.DivClassName
{
background-color: #FAFFC1;
}
.BgClassName
{
background-color: #FAFFC1;
}
</style>
border-color css
<style>
span { border-color: #FAFFC1; }
span { border-color: rgb(250,255,193); }
td.TdClassName
{
border-color: #FAFFC1;
}
.TagClassName
{
border-color: #FAFFC1;
}
</style>