Shades of Half Dutch White #FFF3D3
Tints of Half Dutch White #FFF3D3
RGB
CMYK
RGB Variations
Color information
#FFF3D3 (or 0xFFF3D3) is known color: Half Dutch White. HEX triplet: FF, F3 and D3. RGB value is (255,243,211). Sum of RGB (Red+Green+Blue) = 255+243+211=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 211 (82.81% from 255 or 29.76% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3D3 is #000C2C. Grayscale: #F3F3F3. Windows color (decimal): -3117 or 13890559. OLE color: 13890559.
HSL color Cylindrical-coordinate representation of color #FFF3D3: hue angle of 43.64º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFF3D3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 211 | - |
| CMYK | 0 | 0.05 | 0.17 | 0 |
| HSL | 43.64º | 1% | 0.91% | - |
| HSV(B) | 43.64º | 0.17% | 1% | - |
| XYZ | 85.05 | 90.06 | 74.53 | - |
| YUV | 242.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 211 | 0 | 0.05 | 0.17 | 0 | 43.64 | 1 | 0.91 |
| Hex | FF | F3 | D3 | 0 | 5 | 11 | 0 | 2C | 64 | 5B |
| Octal | 377 | 363 | 323 | 0 | 5 | 21 | 0 | 54 | 144 | 133 |
| Binary | 11111111 | 11110011 | 11010011 | 0 | 101 | 10001 | 0 | 101100 | 1100100 | 1011011 |
Color Harmonies of #FFF3D3
Complementary color
Monochromatic Colors of #FFF3D3
Black with #FFF3D3
Text Example
Text Example
White with #FFF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3D3; }
p { color: rgb(255,243,211); }
H1.HeaderClassName
{
color: #FFF3D3;
}
.AnyTagClassName
{
color: #FFF3D3;
}
</style>
background-color css
<style>
a { background-color: #FFF3D3; }
a { background-color: rgb(255,243,211); }
div.DivClassName
{
background-color: #FFF3D3;
}
.BgClassName
{
background-color: #FFF3D3;
}
</style>
border-color css
<style>
span { border-color: #FFF3D3; }
span { border-color: rgb(255,243,211); }
td.TdClassName
{
border-color: #FFF3D3;
}
.TagClassName
{
border-color: #FFF3D3;
}
</style>