Shades of Cream #FEFCCB
Tints of Cream #FEFCCB
RGB
CMYK
RGB Variations
Color information
#FEFCCB (or 0xFEFCCB) is known color: Cream. HEX triplet: FE, FC and CB. RGB value is (254,252,203). Sum of RGB (Red+Green+Blue) = 254+252+203=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 203 (79.69% from 255 or 28.63% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCCB is #010334. Grayscale: #F7F7F7. Windows color (decimal): -66357 or 13368574. OLE color: 13368574.
HSL color Cylindrical-coordinate representation of color #FEFCCB: hue angle of 57.65º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEFCCB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 203 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.00 |
| HSL | 57.65º | 0.96% | 0.9% | - |
| HSV(B) | 57.65º | 0.2% | 1% | - |
| XYZ | 86.46 | 95 | 70.28 | - |
| YUV | 247.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 203 | 0 | 0.01 | 0.20 | 0.00 | 57.65 | 0.96 | 0.9 |
| Hex | FE | FC | CB | 0 | 1 | 14 | 0 | 3A | 60 | 5A |
| Octal | 376 | 374 | 313 | 0 | 1 | 24 | 0 | 72 | 140 | 132 |
| Binary | 11111110 | 11111100 | 11001011 | 0 | 1 | 10100 | 0 | 111010 | 1100000 | 1011010 |
Color Harmonies of #FEFCCB
Complementary color
Monochromatic Colors of #FEFCCB
Black with #FEFCCB
Text Example
Text Example
White with #FEFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCCB; }
p { color: rgb(254,252,203); }
H1.HeaderClassName
{
color: #FEFCCB;
}
.AnyTagClassName
{
color: #FEFCCB;
}
</style>
background-color css
<style>
a { background-color: #FEFCCB; }
a { background-color: rgb(254,252,203); }
div.DivClassName
{
background-color: #FEFCCB;
}
.BgClassName
{
background-color: #FEFCCB;
}
</style>
border-color css
<style>
span { border-color: #FEFCCB; }
span { border-color: rgb(254,252,203); }
td.TdClassName
{
border-color: #FEFCCB;
}
.TagClassName
{
border-color: #FEFCCB;
}
</style>