Shades of Half Dutch White #FFF3D4
Tints of Half Dutch White #FFF3D4
RGB
CMYK
RGB Variations
Color information
#FFF3D4 (or 0xFFF3D4) is known color: Half Dutch White. HEX triplet: FF, F3 and D4. RGB value is (255,243,212). Sum of RGB (Red+Green+Blue) = 255+243+212=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 243 (95.31% from 255 or 34.23% from 710); Blue value is 212 (83.20% from 255 or 29.86% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3D4 is #000C2B. Grayscale: #F3F3F3. Windows color (decimal): -3116 or 13956095. OLE color: 13956095.
HSL color Cylindrical-coordinate representation of color #FFF3D4: hue angle of 43.26º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFF3D4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 212 | - |
| CMYK | 0 | 0.05 | 0.17 | 0 |
| HSL | 43.26º | 1% | 0.92% | - |
| HSV(B) | 43.26º | 0.17% | 1% | - |
| XYZ | 85.17 | 90.11 | 75.19 | - |
| YUV | 243.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 212 | 0 | 0.05 | 0.17 | 0 | 43.26 | 1 | 0.92 |
| Hex | FF | F3 | D4 | 0 | 5 | 11 | 0 | 2B | 64 | 5C |
| Octal | 377 | 363 | 324 | 0 | 5 | 21 | 0 | 53 | 144 | 134 |
| Binary | 11111111 | 11110011 | 11010100 | 0 | 101 | 10001 | 0 | 101011 | 1100100 | 1011100 |
Color Harmonies of #FFF3D4
Complementary color
Monochromatic Colors of #FFF3D4
Black with #FFF3D4
Text Example
Text Example
White with #FFF3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3D4; }
p { color: rgb(255,243,212); }
H1.HeaderClassName
{
color: #FFF3D4;
}
.AnyTagClassName
{
color: #FFF3D4;
}
</style>
background-color css
<style>
a { background-color: #FFF3D4; }
a { background-color: rgb(255,243,212); }
div.DivClassName
{
background-color: #FFF3D4;
}
.BgClassName
{
background-color: #FFF3D4;
}
</style>
border-color css
<style>
span { border-color: #FFF3D4; }
span { border-color: rgb(255,243,212); }
td.TdClassName
{
border-color: #FFF3D4;
}
.TagClassName
{
border-color: #FFF3D4;
}
</style>