Shades of Carla #FAFFC6
Tints of Carla #FAFFC6
RGB
CMYK
RGB Variations
Color information
#FAFFC6 (or 0xFAFFC6) is known color: Carla. HEX triplet: FA, FF and C6. RGB value is (250,255,198). Sum of RGB (Red+Green+Blue) = 250+255+198=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 198 (77.73% from 255 or 28.17% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC6 is #050039. Grayscale: #F7F7F7. Windows color (decimal): -327738 or 13041658. OLE color: 13041658.
HSL color Cylindrical-coordinate representation of color #FAFFC6: hue angle of 65.26º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAFFC6 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 198 | - |
| CMYK | 0.02 | 0 | 0.22 | 0 |
| HSL | 65.26º | 1% | 0.89% | - |
| HSV(B) | 65.26º | 0.22% | 1% | - |
| XYZ | 85.38 | 95.92 | 67.44 | - |
| YUV | 247.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 198 | 0.02 | 0 | 0.22 | 0 | 65.26 | 1 | 0.89 |
| Hex | FA | FF | C6 | 2 | 0 | 16 | 0 | 41 | 64 | 59 |
| Octal | 372 | 377 | 306 | 2 | 0 | 26 | 0 | 101 | 144 | 131 |
| Binary | 11111010 | 11111111 | 11000110 | 10 | 0 | 10110 | 0 | 1000001 | 1100100 | 1011001 |
Color Harmonies of #FAFFC6
Complementary color
Monochromatic Colors of #FAFFC6
Black with #FAFFC6
Text Example
Text Example
White with #FAFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFC6; }
p { color: rgb(250,255,198); }
H1.HeaderClassName
{
color: #FAFFC6;
}
.AnyTagClassName
{
color: #FAFFC6;
}
</style>
background-color css
<style>
a { background-color: #FAFFC6; }
a { background-color: rgb(250,255,198); }
div.DivClassName
{
background-color: #FAFFC6;
}
.BgClassName
{
background-color: #FAFFC6;
}
</style>
border-color css
<style>
span { border-color: #FAFFC6; }
span { border-color: rgb(250,255,198); }
td.TdClassName
{
border-color: #FAFFC6;
}
.TagClassName
{
border-color: #FAFFC6;
}
</style>