Shades of Off Yellow #FBF4D9
Tints of Off Yellow #FBF4D9
RGB
CMYK
RGB Variations
Color information
#FBF4D9 (or 0xFBF4D9) is known color: Off Yellow. HEX triplet: FB, F4 and D9. RGB value is (251,244,217). Sum of RGB (Red+Green+Blue) = 251+244+217=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 217 (85.16% from 255 or 30.48% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4D9 is #040B26. Grayscale: #F3F3F3. Windows color (decimal): -264999 or 14284027. OLE color: 14284027.
HSL color Cylindrical-coordinate representation of color #FBF4D9: hue angle of 47.65º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBF4D9 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 244 | 217 | - |
CMYK | 0 | 0.03 | 0.14 | 0.02 |
HSL | 47.65º | 0.81% | 0.92% | - |
HSV(B) | 47.65º | 0.14% | 0.98% | - |
XYZ | 84.66 | 90.22 | 78.6 | - |
YUV | 243.02 | 113.32 | 133.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 244 | 217 | 0 | 0.03 | 0.14 | 0.02 | 47.65 | 0.81 | 0.92 |
Hex | FB | F4 | D9 | 0 | 3 | E | 2 | 30 | 51 | 5C |
Octal | 373 | 364 | 331 | 0 | 3 | 16 | 2 | 60 | 121 | 134 |
Binary | 11111011 | 11110100 | 11011001 | 0 | 11 | 1110 | 10 | 110000 | 1010001 | 1011100 |
Color Harmonies of #FBF4D9
Complementary color
Monochromatic Colors of #FBF4D9
Black with #FBF4D9
Text Example
Text Example
White with #FBF4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4D9; }
p { color: rgb(251,244,217); }
H1.HeaderClassName
{
color: #FBF4D9;
}
.AnyTagClassName
{
color: #FBF4D9;
}
</style>
background-color css
<style>
a { background-color: #FBF4D9; }
a { background-color: rgb(251,244,217); }
div.DivClassName
{
background-color: #FBF4D9;
}
.BgClassName
{
background-color: #FBF4D9;
}
</style>
border-color css
<style>
span { border-color: #FBF4D9; }
span { border-color: rgb(251,244,217); }
td.TdClassName
{
border-color: #FBF4D9;
}
.TagClassName
{
border-color: #FBF4D9;
}
</style>