Shades of Cream #FFFBD2
Tints of Cream #FFFBD2
RGB
CMYK
RGB Variations
Color information
#FFFBD2 (or 0xFFFBD2) is known color: Cream. HEX triplet: FF, FB and D2. RGB value is (255,251,210). Sum of RGB (Red+Green+Blue) = 255+251+210=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 210 (82.42% from 255 or 29.33% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBD2 is #00042D. Grayscale: #F7F7F7. Windows color (decimal): -1070 or 13827071. OLE color: 13827071.
HSL color Cylindrical-coordinate representation of color #FFFBD2: hue angle of 54.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFFBD2 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 210 | - |
| CMYK | 0 | 0.02 | 0.18 | 0 |
| HSL | 54.67º | 1% | 0.91% | - |
| HSV(B) | 54.67º | 0.18% | 1% | - |
| XYZ | 87.37 | 94.91 | 74.69 | - |
| YUV | 247.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 210 | 0 | 0.02 | 0.18 | 0 | 54.67 | 1 | 0.91 |
| Hex | FF | FB | D2 | 0 | 2 | 12 | 0 | 37 | 64 | 5B |
| Octal | 377 | 373 | 322 | 0 | 2 | 22 | 0 | 67 | 144 | 133 |
| Binary | 11111111 | 11111011 | 11010010 | 0 | 10 | 10010 | 0 | 110111 | 1100100 | 1011011 |
Color Harmonies of #FFFBD2
Complementary color
Monochromatic Colors of #FFFBD2
Black with #FFFBD2
Text Example
Text Example
White with #FFFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBD2; }
p { color: rgb(255,251,210); }
H1.HeaderClassName
{
color: #FFFBD2;
}
.AnyTagClassName
{
color: #FFFBD2;
}
</style>
background-color css
<style>
a { background-color: #FFFBD2; }
a { background-color: rgb(255,251,210); }
div.DivClassName
{
background-color: #FFFBD2;
}
.BgClassName
{
background-color: #FFFBD2;
}
</style>
border-color css
<style>
span { border-color: #FFFBD2; }
span { border-color: rgb(255,251,210); }
td.TdClassName
{
border-color: #FFFBD2;
}
.TagClassName
{
border-color: #FFFBD2;
}
</style>