Shades of Carla #FDFFC5
Tints of Carla #FDFFC5
RGB
CMYK
RGB Variations
Color information
#FDFFC5 (or 0xFDFFC5) is known color: Carla. HEX triplet: FD, FF and C5. RGB value is (253,255,197). Sum of RGB (Red+Green+Blue) = 253+255+197=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 197 (77.34% from 255 or 27.94% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC5 is #02003A. Grayscale: #F8F8F8. Windows color (decimal): -131131 or 12976125. OLE color: 12976125.
HSL color Cylindrical-coordinate representation of color #FDFFC5: hue angle of 62.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDFFC5 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 197 | - |
| CMYK | 0.01 | 0 | 0.23 | 0 |
| HSL | 62.07º | 1% | 0.89% | - |
| HSV(B) | 62.07º | 0.23% | 1% | - |
| XYZ | 86.35 | 96.43 | 66.89 | - |
| YUV | 247.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 197 | 0.01 | 0 | 0.23 | 0 | 62.07 | 1 | 0.89 |
| Hex | FD | FF | C5 | 1 | 0 | 17 | 0 | 3E | 64 | 59 |
| Octal | 375 | 377 | 305 | 1 | 0 | 27 | 0 | 76 | 144 | 131 |
| Binary | 11111101 | 11111111 | 11000101 | 1 | 0 | 10111 | 0 | 111110 | 1100100 | 1011001 |
Color Harmonies of #FDFFC5
Complementary color
Monochromatic Colors of #FDFFC5
Black with #FDFFC5
Text Example
Text Example
White with #FDFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFC5; }
p { color: rgb(253,255,197); }
H1.HeaderClassName
{
color: #FDFFC5;
}
.AnyTagClassName
{
color: #FDFFC5;
}
</style>
background-color css
<style>
a { background-color: #FDFFC5; }
a { background-color: rgb(253,255,197); }
div.DivClassName
{
background-color: #FDFFC5;
}
.BgClassName
{
background-color: #FDFFC5;
}
</style>
border-color css
<style>
span { border-color: #FDFFC5; }
span { border-color: rgb(253,255,197); }
td.TdClassName
{
border-color: #FDFFC5;
}
.TagClassName
{
border-color: #FDFFC5;
}
</style>