Shades of Carla #FDFFC2
Tints of Carla #FDFFC2
RGB
CMYK
RGB Variations
Color information
#FDFFC2 (or 0xFDFFC2) is known color: Carla. HEX triplet: FD, FF and C2. RGB value is (253,255,194). Sum of RGB (Red+Green+Blue) = 253+255+194=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 194 (76.17% from 255 or 27.64% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC2 is #02003D. Grayscale: #F7F7F7. Windows color (decimal): -131134 or 12779517. OLE color: 12779517.
HSL color Cylindrical-coordinate representation of color #FDFFC2: hue angle of 61.97º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDFFC2 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 194 | - |
| CMYK | 0.01 | 0 | 0.24 | 0 |
| HSL | 61.97º | 1% | 0.88% | - |
| HSV(B) | 61.97º | 0.24% | 1% | - |
| XYZ | 86.01 | 96.3 | 65.09 | - |
| YUV | 247.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 194 | 0.01 | 0 | 0.24 | 0 | 61.97 | 1 | 0.88 |
| Hex | FD | FF | C2 | 1 | 0 | 18 | 0 | 3E | 64 | 58 |
| Octal | 375 | 377 | 302 | 1 | 0 | 30 | 0 | 76 | 144 | 130 |
| Binary | 11111101 | 11111111 | 11000010 | 1 | 0 | 11000 | 0 | 111110 | 1100100 | 1011000 |
Color Harmonies of #FDFFC2
Complementary color
Monochromatic Colors of #FDFFC2
Black with #FDFFC2
Text Example
Text Example
White with #FDFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFC2; }
p { color: rgb(253,255,194); }
H1.HeaderClassName
{
color: #FDFFC2;
}
.AnyTagClassName
{
color: #FDFFC2;
}
</style>
background-color css
<style>
a { background-color: #FDFFC2; }
a { background-color: rgb(253,255,194); }
div.DivClassName
{
background-color: #FDFFC2;
}
.BgClassName
{
background-color: #FDFFC2;
}
</style>
border-color css
<style>
span { border-color: #FDFFC2; }
span { border-color: rgb(253,255,194); }
td.TdClassName
{
border-color: #FDFFC2;
}
.TagClassName
{
border-color: #FDFFC2;
}
</style>