Shades of Carla #FAFDC6
Tints of Carla #FAFDC6
RGB
CMYK
RGB Variations
Color information
#FAFDC6 (or 0xFAFDC6) is known color: Carla. HEX triplet: FA, FD and C6. RGB value is (250,253,198). Sum of RGB (Red+Green+Blue) = 250+253+198=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 198 (77.73% from 255 or 28.25% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC6 is #050239. Grayscale: #F6F6F6. Windows color (decimal): -328250 or 13041146. OLE color: 13041146.
HSL color Cylindrical-coordinate representation of color #FAFDC6: hue angle of 63.27º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAFDC6 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 198 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.01 |
| HSL | 63.27º | 0.93% | 0.88% | - |
| HSV(B) | 63.27º | 0.22% | 0.99% | - |
| XYZ | 84.74 | 94.65 | 67.23 | - |
| YUV | 245.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 198 | 0.01 | 0 | 0.22 | 0.01 | 63.27 | 0.93 | 0.88 |
| Hex | FA | FD | C6 | 1 | 0 | 16 | 1 | 3F | 5D | 58 |
| Octal | 372 | 375 | 306 | 1 | 0 | 26 | 1 | 77 | 135 | 130 |
| Binary | 11111010 | 11111101 | 11000110 | 1 | 0 | 10110 | 1 | 111111 | 1011101 | 1011000 |
Color Harmonies of #FAFDC6
Complementary color
Monochromatic Colors of #FAFDC6
Black with #FAFDC6
Text Example
Text Example
White with #FAFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDC6; }
p { color: rgb(250,253,198); }
H1.HeaderClassName
{
color: #FAFDC6;
}
.AnyTagClassName
{
color: #FAFDC6;
}
</style>
background-color css
<style>
a { background-color: #FAFDC6; }
a { background-color: rgb(250,253,198); }
div.DivClassName
{
background-color: #FAFDC6;
}
.BgClassName
{
background-color: #FAFDC6;
}
</style>
border-color css
<style>
span { border-color: #FAFDC6; }
span { border-color: rgb(250,253,198); }
td.TdClassName
{
border-color: #FAFDC6;
}
.TagClassName
{
border-color: #FAFDC6;
}
</style>