Shades of Carla #FDFEC4
Tints of Carla #FDFEC4
RGB
CMYK
RGB Variations
Color information
#FDFEC4 (or 0xFDFEC4) is known color: Carla. HEX triplet: FD, FE and C4. RGB value is (253,254,196). Sum of RGB (Red+Green+Blue) = 253+254+196=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 196 (76.95% from 255 or 27.88% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC4 is #02013B. Grayscale: #F7F7F7. Windows color (decimal): -131388 or 12910333. OLE color: 12910333.
HSL color Cylindrical-coordinate representation of color #FDFEC4: hue angle of 61.03º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDFEC4 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 196 | - |
CMYK | 0.00 | 0 | 0.23 | 0.00 |
HSL | 61.03º | 0.97% | 0.88% | - |
HSV(B) | 61.03º | 0.23% | 1% | - |
XYZ | 85.91 | 95.75 | 66.18 | - |
YUV | 247.09 | 99.17 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 196 | 0.00 | 0 | 0.23 | 0.00 | 61.03 | 0.97 | 0.88 |
Hex | FD | FE | C4 | 0 | 0 | 17 | 0 | 3D | 61 | 58 |
Octal | 375 | 376 | 304 | 0 | 0 | 27 | 0 | 75 | 141 | 130 |
Binary | 11111101 | 11111110 | 11000100 | 0 | 0 | 10111 | 0 | 111101 | 1100001 | 1011000 |
Color Harmonies of #FDFEC4
Complementary color
Monochromatic Colors of #FDFEC4
Black with #FDFEC4
Text Example
Text Example
White with #FDFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEC4; }
p { color: rgb(253,254,196); }
H1.HeaderClassName
{
color: #FDFEC4;
}
.AnyTagClassName
{
color: #FDFEC4;
}
</style>
background-color css
<style>
a { background-color: #FDFEC4; }
a { background-color: rgb(253,254,196); }
div.DivClassName
{
background-color: #FDFEC4;
}
.BgClassName
{
background-color: #FDFEC4;
}
</style>
border-color css
<style>
span { border-color: #FDFEC4; }
span { border-color: rgb(253,254,196); }
td.TdClassName
{
border-color: #FDFEC4;
}
.TagClassName
{
border-color: #FDFEC4;
}
</style>