Shades of Half Dutch White #FFF3D5
Tints of Half Dutch White #FFF3D5
RGB
CMYK
RGB Variations
Color information
#FFF3D5 (or 0xFFF3D5) is known color: Half Dutch White. HEX triplet: FF, F3 and D5. RGB value is (255,243,213). Sum of RGB (Red+Green+Blue) = 255+243+213=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 243 (95.31% from 255 or 34.18% from 711); Blue value is 213 (83.59% from 255 or 29.96% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3D5 is #000C2A. Grayscale: #F3F3F3. Windows color (decimal): -3115 or 14021631. OLE color: 14021631.
HSL color Cylindrical-coordinate representation of color #FFF3D5: hue angle of 42.86º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFF3D5 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 213 | - |
| CMYK | 0 | 0.05 | 0.16 | 0 |
| HSL | 42.86º | 1% | 0.92% | - |
| HSV(B) | 42.86º | 0.16% | 1% | - |
| XYZ | 85.3 | 90.17 | 75.86 | - |
| YUV | 243.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 213 | 0 | 0.05 | 0.16 | 0 | 42.86 | 1 | 0.92 |
| Hex | FF | F3 | D5 | 0 | 5 | 10 | 0 | 2B | 64 | 5C |
| Octal | 377 | 363 | 325 | 0 | 5 | 20 | 0 | 53 | 144 | 134 |
| Binary | 11111111 | 11110011 | 11010101 | 0 | 101 | 10000 | 0 | 101011 | 1100100 | 1011100 |
Color Harmonies of #FFF3D5
Complementary color
Monochromatic Colors of #FFF3D5
Black with #FFF3D5
Text Example
Text Example
White with #FFF3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3D5; }
p { color: rgb(255,243,213); }
H1.HeaderClassName
{
color: #FFF3D5;
}
.AnyTagClassName
{
color: #FFF3D5;
}
</style>
background-color css
<style>
a { background-color: #FFF3D5; }
a { background-color: rgb(255,243,213); }
div.DivClassName
{
background-color: #FFF3D5;
}
.BgClassName
{
background-color: #FFF3D5;
}
</style>
border-color css
<style>
span { border-color: #FFF3D5; }
span { border-color: rgb(255,243,213); }
td.TdClassName
{
border-color: #FFF3D5;
}
.TagClassName
{
border-color: #FFF3D5;
}
</style>