Shades of Carla #FAFFC9
Tints of Carla #FAFFC9
RGB
CMYK
RGB Variations
Color information
#FAFFC9 (or 0xFAFFC9) is known color: Carla. HEX triplet: FA, FF and C9. RGB value is (250,255,201). Sum of RGB (Red+Green+Blue) = 250+255+201=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 201 (78.91% from 255 or 28.47% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC9 is #050036. Grayscale: #F7F7F7. Windows color (decimal): -327735 or 13238266. OLE color: 13238266.
HSL color Cylindrical-coordinate representation of color #FAFFC9: hue angle of 65.56º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAFFC9 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 201 | - |
| CMYK | 0.02 | 0 | 0.21 | 0 |
| HSL | 65.56º | 1% | 0.89% | - |
| HSV(B) | 65.56º | 0.21% | 1% | - |
| XYZ | 85.73 | 96.06 | 69.28 | - |
| YUV | 247.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 201 | 0.02 | 0 | 0.21 | 0 | 65.56 | 1 | 0.89 |
| Hex | FA | FF | C9 | 2 | 0 | 15 | 0 | 42 | 64 | 59 |
| Octal | 372 | 377 | 311 | 2 | 0 | 25 | 0 | 102 | 144 | 131 |
| Binary | 11111010 | 11111111 | 11001001 | 10 | 0 | 10101 | 0 | 1000010 | 1100100 | 1011001 |
Color Harmonies of #FAFFC9
Complementary color
Monochromatic Colors of #FAFFC9
Black with #FAFFC9
Text Example
Text Example
White with #FAFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFC9; }
p { color: rgb(250,255,201); }
H1.HeaderClassName
{
color: #FAFFC9;
}
.AnyTagClassName
{
color: #FAFFC9;
}
</style>
background-color css
<style>
a { background-color: #FAFFC9; }
a { background-color: rgb(250,255,201); }
div.DivClassName
{
background-color: #FAFFC9;
}
.BgClassName
{
background-color: #FAFFC9;
}
</style>
border-color css
<style>
span { border-color: #FAFFC9; }
span { border-color: rgb(250,255,201); }
td.TdClassName
{
border-color: #FAFFC9;
}
.TagClassName
{
border-color: #FAFFC9;
}
</style>