Shades of Carla #FDFFC3
Tints of Carla #FDFFC3
RGB
CMYK
RGB Variations
Color information
#FDFFC3 (or 0xFDFFC3) is known color: Carla. HEX triplet: FD, FF and C3. RGB value is (253,255,195). Sum of RGB (Red+Green+Blue) = 253+255+195=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 195 (76.56% from 255 or 27.74% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFC3 is #02003C. Grayscale: #F7F7F7. Windows color (decimal): -131133 or 12845053. OLE color: 12845053.
HSL color Cylindrical-coordinate representation of color #FDFFC3: hue angle of 62º 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 #FDFFC3 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 195 | - |
| CMYK | 0.01 | 0 | 0.24 | 0 |
| HSL | 62º | 1% | 0.88% | - |
| HSV(B) | 62º | 0.24% | 1% | - |
| XYZ | 86.12 | 96.34 | 65.69 | - |
| YUV | 247.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 195 | 0.01 | 0 | 0.24 | 0 | 62 | 1 | 0.88 |
| Hex | FD | FF | C3 | 1 | 0 | 18 | 0 | 3E | 64 | 58 |
| Octal | 375 | 377 | 303 | 1 | 0 | 30 | 0 | 76 | 144 | 130 |
| Binary | 11111101 | 11111111 | 11000011 | 1 | 0 | 11000 | 0 | 111110 | 1100100 | 1011000 |
Color Harmonies of #FDFFC3
Complementary color
Monochromatic Colors of #FDFFC3
Black with #FDFFC3
Text Example
Text Example
White with #FDFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFC3; }
p { color: rgb(253,255,195); }
H1.HeaderClassName
{
color: #FDFFC3;
}
.AnyTagClassName
{
color: #FDFFC3;
}
</style>
background-color css
<style>
a { background-color: #FDFFC3; }
a { background-color: rgb(253,255,195); }
div.DivClassName
{
background-color: #FDFFC3;
}
.BgClassName
{
background-color: #FDFFC3;
}
</style>
border-color css
<style>
span { border-color: #FDFFC3; }
span { border-color: rgb(253,255,195); }
td.TdClassName
{
border-color: #FDFFC3;
}
.TagClassName
{
border-color: #FDFFC3;
}
</style>