Shades of Cumulus #FDFEC3
Tints of Cumulus #FDFEC3
RGB
CMYK
RGB Variations
Color information
#FDFEC3 (or 0xFDFEC3) is known color: Cumulus. HEX triplet: FD, FE and C3. RGB value is (253,254,195). Sum of RGB (Red+Green+Blue) = 253+254+195=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 195 (76.56% from 255 or 27.78% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC3 is #02013C. Grayscale: #F7F7F7. Windows color (decimal): -131389 or 12844797. OLE color: 12844797.
HSL color Cylindrical-coordinate representation of color #FDFEC3: hue angle of 61.02º 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 #FDFEC3 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 195 | - |
CMYK | 0.00 | 0 | 0.23 | 0.00 |
HSL | 61.02º | 0.97% | 0.88% | - |
HSV(B) | 61.02º | 0.23% | 1% | - |
XYZ | 85.8 | 95.71 | 65.58 | - |
YUV | 246.98 | 98.67 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 195 | 0.00 | 0 | 0.23 | 0.00 | 61.02 | 0.97 | 0.88 |
Hex | FD | FE | C3 | 0 | 0 | 17 | 0 | 3D | 61 | 58 |
Octal | 375 | 376 | 303 | 0 | 0 | 27 | 0 | 75 | 141 | 130 |
Binary | 11111101 | 11111110 | 11000011 | 0 | 0 | 10111 | 0 | 111101 | 1100001 | 1011000 |
Color Harmonies of #FDFEC3
Complementary color
Monochromatic Colors of #FDFEC3
Black with #FDFEC3
Text Example
Text Example
White with #FDFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEC3; }
p { color: rgb(253,254,195); }
H1.HeaderClassName
{
color: #FDFEC3;
}
.AnyTagClassName
{
color: #FDFEC3;
}
</style>
background-color css
<style>
a { background-color: #FDFEC3; }
a { background-color: rgb(253,254,195); }
div.DivClassName
{
background-color: #FDFEC3;
}
.BgClassName
{
background-color: #FDFEC3;
}
</style>
border-color css
<style>
span { border-color: #FDFEC3; }
span { border-color: rgb(253,254,195); }
td.TdClassName
{
border-color: #FDFEC3;
}
.TagClassName
{
border-color: #FDFEC3;
}
</style>