Shades of Carla #FAFFBF
Tints of Carla #FAFFBF
RGB
CMYK
RGB Variations
Color information
#FAFFBF (or 0xFAFFBF) is known color: Carla. HEX triplet: FA, FF and BF. RGB value is (250,255,191). Sum of RGB (Red+Green+Blue) = 250+255+191=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 191 (75% from 255 or 27.44% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFBF is #050040. Grayscale: #F6F6F6. Windows color (decimal): -327745 or 12582906. OLE color: 12582906.
HSL color Cylindrical-coordinate representation of color #FAFFBF: hue angle of 64.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAFFBF is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 191 | - |
| CMYK | 0.02 | 0 | 0.25 | 0 |
| HSL | 64.69º | 1% | 0.87% | - |
| HSV(B) | 64.69º | 0.25% | 1% | - |
| XYZ | 84.59 | 95.61 | 63.29 | - |
| YUV | 246.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 191 | 0.02 | 0 | 0.25 | 0 | 64.69 | 1 | 0.87 |
| Hex | FA | FF | BF | 2 | 0 | 19 | 0 | 41 | 64 | 57 |
| Octal | 372 | 377 | 277 | 2 | 0 | 31 | 0 | 101 | 144 | 127 |
| Binary | 11111010 | 11111111 | 10111111 | 10 | 0 | 11001 | 0 | 1000001 | 1100100 | 1010111 |
Color Harmonies of #FAFFBF
Complementary color
Monochromatic Colors of #FAFFBF
Black with #FAFFBF
Text Example
Text Example
White with #FAFFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFBF; }
p { color: rgb(250,255,191); }
H1.HeaderClassName
{
color: #FAFFBF;
}
.AnyTagClassName
{
color: #FAFFBF;
}
</style>
background-color css
<style>
a { background-color: #FAFFBF; }
a { background-color: rgb(250,255,191); }
div.DivClassName
{
background-color: #FAFFBF;
}
.BgClassName
{
background-color: #FAFFBF;
}
</style>
border-color css
<style>
span { border-color: #FAFFBF; }
span { border-color: rgb(250,255,191); }
td.TdClassName
{
border-color: #FAFFBF;
}
.TagClassName
{
border-color: #FAFFBF;
}
</style>