Shades of Half Dutch White #FFF3D7
Tints of Half Dutch White #FFF3D7
RGB
CMYK
RGB Variations
Color information
#FFF3D7 (or 0xFFF3D7) is known color: Half Dutch White. HEX triplet: FF, F3 and D7. RGB value is (255,243,215). Sum of RGB (Red+Green+Blue) = 255+243+215=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 215 (84.38% from 255 or 30.15% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3D7 is #000C28. Grayscale: #F3F3F3. Windows color (decimal): -3113 or 14152703. OLE color: 14152703.
HSL color Cylindrical-coordinate representation of color #FFF3D7: hue angle of 42º 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 #FFF3D7 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 215 | - |
| CMYK | 0 | 0.05 | 0.16 | 0 |
| HSL | 42º | 1% | 0.92% | - |
| HSV(B) | 42º | 0.16% | 1% | - |
| XYZ | 85.56 | 90.27 | 77.2 | - |
| YUV | 243.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 215 | 0 | 0.05 | 0.16 | 0 | 42 | 1 | 0.92 |
| Hex | FF | F3 | D7 | 0 | 5 | 10 | 0 | 2A | 64 | 5C |
| Octal | 377 | 363 | 327 | 0 | 5 | 20 | 0 | 52 | 144 | 134 |
| Binary | 11111111 | 11110011 | 11010111 | 0 | 101 | 10000 | 0 | 101010 | 1100100 | 1011100 |
Color Harmonies of #FFF3D7
Complementary color
Monochromatic Colors of #FFF3D7
Black with #FFF3D7
Text Example
Text Example
White with #FFF3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3D7; }
p { color: rgb(255,243,215); }
H1.HeaderClassName
{
color: #FFF3D7;
}
.AnyTagClassName
{
color: #FFF3D7;
}
</style>
background-color css
<style>
a { background-color: #FFF3D7; }
a { background-color: rgb(255,243,215); }
div.DivClassName
{
background-color: #FFF3D7;
}
.BgClassName
{
background-color: #FFF3D7;
}
</style>
border-color css
<style>
span { border-color: #FFF3D7; }
span { border-color: rgb(255,243,215); }
td.TdClassName
{
border-color: #FFF3D7;
}
.TagClassName
{
border-color: #FFF3D7;
}
</style>