Shades of Carla #FAFFCD
Tints of Carla #FAFFCD
RGB
CMYK
RGB Variations
Color information
#FAFFCD (or 0xFAFFCD) is known color: Carla. HEX triplet: FA, FF and CD. RGB value is (250,255,205). Sum of RGB (Red+Green+Blue) = 250+255+205=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 205 (80.47% from 255 or 28.87% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCD is #050032. Grayscale: #F8F8F8. Windows color (decimal): -327731 or 13500410. OLE color: 13500410.
HSL color Cylindrical-coordinate representation of color #FAFFCD: hue angle of 66º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAFFCD is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 205 | - |
| CMYK | 0.02 | 0 | 0.20 | 0 |
| HSL | 66º | 1% | 0.9% | - |
| HSV(B) | 66º | 0.2% | 1% | - |
| XYZ | 86.2 | 96.25 | 71.79 | - |
| YUV | 247.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 205 | 0.02 | 0 | 0.20 | 0 | 66 | 1 | 0.9 |
| Hex | FA | FF | CD | 2 | 0 | 14 | 0 | 42 | 64 | 5A |
| Octal | 372 | 377 | 315 | 2 | 0 | 24 | 0 | 102 | 144 | 132 |
| Binary | 11111010 | 11111111 | 11001101 | 10 | 0 | 10100 | 0 | 1000010 | 1100100 | 1011010 |
Color Harmonies of #FAFFCD
Complementary color
Monochromatic Colors of #FAFFCD
Black with #FAFFCD
Text Example
Text Example
White with #FAFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFCD; }
p { color: rgb(250,255,205); }
H1.HeaderClassName
{
color: #FAFFCD;
}
.AnyTagClassName
{
color: #FAFFCD;
}
</style>
background-color css
<style>
a { background-color: #FAFFCD; }
a { background-color: rgb(250,255,205); }
div.DivClassName
{
background-color: #FAFFCD;
}
.BgClassName
{
background-color: #FAFFCD;
}
</style>
border-color css
<style>
span { border-color: #FAFFCD; }
span { border-color: rgb(250,255,205); }
td.TdClassName
{
border-color: #FAFFCD;
}
.TagClassName
{
border-color: #FAFFCD;
}
</style>