Shades of Cream #FFFFD2
Tints of Cream #FFFFD2
RGB
CMYK
RGB Variations
Color information
#FFFFD2 (or 0xFFFFD2) is known color: Cream. HEX triplet: FF, FF and D2. RGB value is (255,255,210). Sum of RGB (Red+Green+Blue) = 255+255+210=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 210 (82.42% from 255 or 29.17% from 720); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFD2 is #00002D. Grayscale: #FAFAFA. Windows color (decimal): -46 or 13828095. OLE color: 13828095.
HSL color Cylindrical-coordinate representation of color #FFFFD2: hue angle of 60º 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 #FFFFD2 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 210 | - |
| CMYK | 0 | 0 | 0.18 | 0 |
| HSL | 60º | 1% | 0.91% | - |
| HSV(B) | 60º | 0.18% | 1% | - |
| XYZ | 88.63 | 97.43 | 75.11 | - |
| YUV | 249.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 210 | 0 | 0 | 0.18 | 0 | 60 | 1 | 0.91 |
| Hex | FF | FF | D2 | 0 | 0 | 12 | 0 | 3C | 64 | 5B |
| Octal | 377 | 377 | 322 | 0 | 0 | 22 | 0 | 74 | 144 | 133 |
| Binary | 11111111 | 11111111 | 11010010 | 0 | 0 | 10010 | 0 | 111100 | 1100100 | 1011011 |
Color Harmonies of #FFFFD2
Complementary color
Monochromatic Colors of #FFFFD2
Black with #FFFFD2
Text Example
Text Example
White with #FFFFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFD2; }
p { color: rgb(255,255,210); }
H1.HeaderClassName
{
color: #FFFFD2;
}
.AnyTagClassName
{
color: #FFFFD2;
}
</style>
background-color css
<style>
a { background-color: #FFFFD2; }
a { background-color: rgb(255,255,210); }
div.DivClassName
{
background-color: #FFFFD2;
}
.BgClassName
{
background-color: #FFFFD2;
}
</style>
border-color css
<style>
span { border-color: #FFFFD2; }
span { border-color: rgb(255,255,210); }
td.TdClassName
{
border-color: #FFFFD2;
}
.TagClassName
{
border-color: #FFFFD2;
}
</style>