Shades of Carla #FAFFCC
Tints of Carla #FAFFCC
RGB
CMYK
RGB Variations
Color information
#FAFFCC (or 0xFAFFCC) is known color: Carla. HEX triplet: FA, FF and CC. RGB value is (250,255,204). Sum of RGB (Red+Green+Blue) = 250+255+204=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 204 (80.08% from 255 or 28.77% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFCC is #050033. Grayscale: #F7F7F7. Windows color (decimal): -327732 or 13434874. OLE color: 13434874.
HSL color Cylindrical-coordinate representation of color #FAFFCC: hue angle of 65.88º 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 #FAFFCC is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 204 | - |
| CMYK | 0.02 | 0 | 0.2 | 0 |
| HSL | 65.88º | 1% | 0.9% | - |
| HSV(B) | 65.88º | 0.2% | 1% | - |
| XYZ | 86.08 | 96.2 | 71.16 | - |
| YUV | 247.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 204 | 0.02 | 0 | 0.2 | 0 | 65.88 | 1 | 0.9 |
| Hex | FA | FF | CC | 2 | 0 | 14 | 0 | 42 | 64 | 5A |
| Octal | 372 | 377 | 314 | 2 | 0 | 24 | 0 | 102 | 144 | 132 |
| Binary | 11111010 | 11111111 | 11001100 | 10 | 0 | 10100 | 0 | 1000010 | 1100100 | 1011010 |
Color Harmonies of #FAFFCC
Complementary color
Monochromatic Colors of #FAFFCC
Black with #FAFFCC
Text Example
Text Example
White with #FAFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFCC; }
p { color: rgb(250,255,204); }
H1.HeaderClassName
{
color: #FAFFCC;
}
.AnyTagClassName
{
color: #FAFFCC;
}
</style>
background-color css
<style>
a { background-color: #FAFFCC; }
a { background-color: rgb(250,255,204); }
div.DivClassName
{
background-color: #FAFFCC;
}
.BgClassName
{
background-color: #FAFFCC;
}
</style>
border-color css
<style>
span { border-color: #FAFFCC; }
span { border-color: rgb(250,255,204); }
td.TdClassName
{
border-color: #FAFFCC;
}
.TagClassName
{
border-color: #FAFFCC;
}
</style>