Shades of Carla #FAFFCF
Tints of Carla #FAFFCF
RGB
CMYK
RGB Variations
Color information
#FAFFCF (or 0xFAFFCF) is known color: Carla. HEX triplet: FA, FF and CF. RGB value is (250,255,207). Sum of RGB (Red+Green+Blue) = 250+255+207=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 207 (81.25% from 255 or 29.07% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCF is #050030. Grayscale: #F8F8F8. Windows color (decimal): -327729 or 13631482. OLE color: 13631482.
HSL color Cylindrical-coordinate representation of color #FAFFCF: hue angle of 66.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAFFCF is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 207 | - |
| CMYK | 0.02 | 0 | 0.19 | 0 |
| HSL | 66.25º | 1% | 0.91% | - |
| HSV(B) | 66.25º | 0.19% | 1% | - |
| XYZ | 86.45 | 96.35 | 73.07 | - |
| YUV | 248.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 207 | 0.02 | 0 | 0.19 | 0 | 66.25 | 1 | 0.91 |
| Hex | FA | FF | CF | 2 | 0 | 13 | 0 | 42 | 64 | 5B |
| Octal | 372 | 377 | 317 | 2 | 0 | 23 | 0 | 102 | 144 | 133 |
| Binary | 11111010 | 11111111 | 11001111 | 10 | 0 | 10011 | 0 | 1000010 | 1100100 | 1011011 |
Color Harmonies of #FAFFCF
Complementary color
Monochromatic Colors of #FAFFCF
Black with #FAFFCF
Text Example
Text Example
White with #FAFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFCF; }
p { color: rgb(250,255,207); }
H1.HeaderClassName
{
color: #FAFFCF;
}
.AnyTagClassName
{
color: #FAFFCF;
}
</style>
background-color css
<style>
a { background-color: #FAFFCF; }
a { background-color: rgb(250,255,207); }
div.DivClassName
{
background-color: #FAFFCF;
}
.BgClassName
{
background-color: #FAFFCF;
}
</style>
border-color css
<style>
span { border-color: #FAFFCF; }
span { border-color: rgb(250,255,207); }
td.TdClassName
{
border-color: #FAFFCF;
}
.TagClassName
{
border-color: #FAFFCF;
}
</style>