Shades of White Nectar #FAF7D4
Tints of White Nectar #FAF7D4
RGB
CMYK
RGB Variations
Color information
#FAF7D4 (or 0xFAF7D4) is known color: White Nectar. HEX triplet: FA, F7 and D4. RGB value is (250,247,212). Sum of RGB (Red+Green+Blue) = 250+247+212=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 247 (96.88% from 255 or 34.84% from 709); Blue value is 212 (83.20% from 255 or 29.90% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7D4 is #05082B. Grayscale: #F4F4F4. Windows color (decimal): -329772 or 13957114. OLE color: 13957114.
HSL color Cylindrical-coordinate representation of color #FAF7D4: hue angle of 55.26º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAF7D4 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 212 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.02 |
| HSL | 55.26º | 0.79% | 0.91% | - |
| HSV(B) | 55.26º | 0.15% | 0.98% | - |
| XYZ | 84.57 | 91.6 | 75.51 | - |
| YUV | 243.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 212 | 0 | 0.01 | 0.15 | 0.02 | 55.26 | 0.79 | 0.91 |
| Hex | FA | F7 | D4 | 0 | 1 | F | 2 | 37 | 4F | 5B |
| Octal | 372 | 367 | 324 | 0 | 1 | 17 | 2 | 67 | 117 | 133 |
| Binary | 11111010 | 11110111 | 11010100 | 0 | 1 | 1111 | 10 | 110111 | 1001111 | 1011011 |
Color Harmonies of #FAF7D4
Complementary color
Monochromatic Colors of #FAF7D4
Black with #FAF7D4
Text Example
Text Example
White with #FAF7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF7D4; }
p { color: rgb(250,247,212); }
H1.HeaderClassName
{
color: #FAF7D4;
}
.AnyTagClassName
{
color: #FAF7D4;
}
</style>
background-color css
<style>
a { background-color: #FAF7D4; }
a { background-color: rgb(250,247,212); }
div.DivClassName
{
background-color: #FAF7D4;
}
.BgClassName
{
background-color: #FAF7D4;
}
</style>
border-color css
<style>
span { border-color: #FAF7D4; }
span { border-color: rgb(250,247,212); }
td.TdClassName
{
border-color: #FAF7D4;
}
.TagClassName
{
border-color: #FAF7D4;
}
</style>