Shades of Carla #FDFFC6
Tints of Carla #FDFFC6
RGB
CMYK
RGB Variations
Color information
#FDFFC6 (or 0xFDFFC6) is known color: Carla. HEX triplet: FD, FF and C6. RGB value is (253,255,198). Sum of RGB (Red+Green+Blue) = 253+255+198=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 198 (77.73% from 255 or 28.05% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC6 is #020039. Grayscale: #F8F8F8. Windows color (decimal): -131130 or 13041661. OLE color: 13041661.
HSL color Cylindrical-coordinate representation of color #FDFFC6: hue angle of 62.11º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDFFC6 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 198 | - |
| CMYK | 0.01 | 0 | 0.22 | 0 |
| HSL | 62.11º | 1% | 0.89% | - |
| HSV(B) | 62.11º | 0.22% | 1% | - |
| XYZ | 86.46 | 96.48 | 67.49 | - |
| YUV | 247.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 198 | 0.01 | 0 | 0.22 | 0 | 62.11 | 1 | 0.89 |
| Hex | FD | FF | C6 | 1 | 0 | 16 | 0 | 3E | 64 | 59 |
| Octal | 375 | 377 | 306 | 1 | 0 | 26 | 0 | 76 | 144 | 131 |
| Binary | 11111101 | 11111111 | 11000110 | 1 | 0 | 10110 | 0 | 111110 | 1100100 | 1011001 |
Color Harmonies of #FDFFC6
Complementary color
Monochromatic Colors of #FDFFC6
Black with #FDFFC6
Text Example
Text Example
White with #FDFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFC6; }
p { color: rgb(253,255,198); }
H1.HeaderClassName
{
color: #FDFFC6;
}
.AnyTagClassName
{
color: #FDFFC6;
}
</style>
background-color css
<style>
a { background-color: #FDFFC6; }
a { background-color: rgb(253,255,198); }
div.DivClassName
{
background-color: #FDFFC6;
}
.BgClassName
{
background-color: #FDFFC6;
}
</style>
border-color css
<style>
span { border-color: #FDFFC6; }
span { border-color: rgb(253,255,198); }
td.TdClassName
{
border-color: #FDFFC6;
}
.TagClassName
{
border-color: #FDFFC6;
}
</style>