Shades of Half Dutch White #FEF3D4
Tints of Half Dutch White #FEF3D4
RGB
CMYK
RGB Variations
Color information
#FEF3D4 (or 0xFEF3D4) is known color: Half Dutch White. HEX triplet: FE, F3 and D4. RGB value is (254,243,212). Sum of RGB (Red+Green+Blue) = 254+243+212=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 212 (83.20% from 255 or 29.90% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3D4 is #010C2B. Grayscale: #F2F2F2. Windows color (decimal): -68652 or 13956094. OLE color: 13956094.
HSL color Cylindrical-coordinate representation of color #FEF3D4: hue angle of 44.29º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF3D4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 212 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.00 |
| HSL | 44.29º | 0.95% | 0.91% | - |
| HSV(B) | 44.29º | 0.17% | 1% | - |
| XYZ | 84.81 | 89.93 | 75.17 | - |
| YUV | 242.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 212 | 0 | 0.04 | 0.17 | 0.00 | 44.29 | 0.95 | 0.91 |
| Hex | FE | F3 | D4 | 0 | 4 | 11 | 0 | 2C | 5F | 5B |
| Octal | 376 | 363 | 324 | 0 | 4 | 21 | 0 | 54 | 137 | 133 |
| Binary | 11111110 | 11110011 | 11010100 | 0 | 100 | 10001 | 0 | 101100 | 1011111 | 1011011 |
Color Harmonies of #FEF3D4
Complementary color
Monochromatic Colors of #FEF3D4
Black with #FEF3D4
Text Example
Text Example
White with #FEF3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3D4; }
p { color: rgb(254,243,212); }
H1.HeaderClassName
{
color: #FEF3D4;
}
.AnyTagClassName
{
color: #FEF3D4;
}
</style>
background-color css
<style>
a { background-color: #FEF3D4; }
a { background-color: rgb(254,243,212); }
div.DivClassName
{
background-color: #FEF3D4;
}
.BgClassName
{
background-color: #FEF3D4;
}
</style>
border-color css
<style>
span { border-color: #FEF3D4; }
span { border-color: rgb(254,243,212); }
td.TdClassName
{
border-color: #FEF3D4;
}
.TagClassName
{
border-color: #FEF3D4;
}
</style>