Shades of Cream #FEFFC3
Tints of Cream #FEFFC3
RGB
CMYK
RGB Variations
Color information
#FEFFC3 (or 0xFEFFC3) is known color: Cream. HEX triplet: FE, FF and C3. RGB value is (254,255,195). Sum of RGB (Red+Green+Blue) = 254+255+195=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 195 (76.56% from 255 or 27.70% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFC3 is #01003C. Grayscale: #F8F8F8. Windows color (decimal): -65597 or 12845054. OLE color: 12845054.
HSL color Cylindrical-coordinate representation of color #FEFFC3: hue angle of 61º 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 #FEFFC3 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 195 | - |
| CMYK | 0.00 | 0 | 0.24 | 0 |
| HSL | 61º | 1% | 0.88% | - |
| HSV(B) | 61º | 0.24% | 1% | - |
| XYZ | 86.48 | 96.53 | 65.7 | - |
| YUV | 247.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 195 | 0.00 | 0 | 0.24 | 0 | 61 | 1 | 0.88 |
| Hex | FE | FF | C3 | 0 | 0 | 18 | 0 | 3D | 64 | 58 |
| Octal | 376 | 377 | 303 | 0 | 0 | 30 | 0 | 75 | 144 | 130 |
| Binary | 11111110 | 11111111 | 11000011 | 0 | 0 | 11000 | 0 | 111101 | 1100100 | 1011000 |
Color Harmonies of #FEFFC3
Complementary color
Monochromatic Colors of #FEFFC3
Black with #FEFFC3
Text Example
Text Example
White with #FEFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFC3; }
p { color: rgb(254,255,195); }
H1.HeaderClassName
{
color: #FEFFC3;
}
.AnyTagClassName
{
color: #FEFFC3;
}
</style>
background-color css
<style>
a { background-color: #FEFFC3; }
a { background-color: rgb(254,255,195); }
div.DivClassName
{
background-color: #FEFFC3;
}
.BgClassName
{
background-color: #FEFFC3;
}
</style>
border-color css
<style>
span { border-color: #FEFFC3; }
span { border-color: rgb(254,255,195); }
td.TdClassName
{
border-color: #FEFFC3;
}
.TagClassName
{
border-color: #FEFFC3;
}
</style>