Shades of Light Yellow #FAFCDB
Tints of Light Yellow #FAFCDB
RGB
CMYK
RGB Variations
Color information
#FAFCDB (or 0xFAFCDB) is known color: Light Yellow. HEX triplet: FA, FC and DB. RGB value is (250,252,219). Sum of RGB (Red+Green+Blue) = 250+252+219=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 219 (85.94% from 255 or 30.37% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCDB is #050324. Grayscale: #F7F7F7. Windows color (decimal): -328485 or 14417146. OLE color: 14417146.
HSL color Cylindrical-coordinate representation of color #FAFCDB: hue angle of 63.64º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFCDB is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 252 | 219 | - |
CMYK | 0.01 | 0 | 0.13 | 0.01 |
HSL | 63.64º | 0.85% | 0.92% | - |
HSV(B) | 63.64º | 0.13% | 0.99% | - |
XYZ | 87.02 | 95.06 | 80.78 | - |
YUV | 247.64 | 111.84 | 129.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 252 | 219 | 0.01 | 0 | 0.13 | 0.01 | 63.64 | 0.85 | 0.92 |
Hex | FA | FC | DB | 1 | 0 | D | 1 | 40 | 55 | 5C |
Octal | 372 | 374 | 333 | 1 | 0 | 15 | 1 | 100 | 125 | 134 |
Binary | 11111010 | 11111100 | 11011011 | 1 | 0 | 1101 | 1 | 1000000 | 1010101 | 1011100 |
Color Harmonies of #FAFCDB
Complementary color
Monochromatic Colors of #FAFCDB
Black with #FAFCDB
Text Example
Text Example
White with #FAFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCDB; }
p { color: rgb(250,252,219); }
H1.HeaderClassName
{
color: #FAFCDB;
}
.AnyTagClassName
{
color: #FAFCDB;
}
</style>
background-color css
<style>
a { background-color: #FAFCDB; }
a { background-color: rgb(250,252,219); }
div.DivClassName
{
background-color: #FAFCDB;
}
.BgClassName
{
background-color: #FAFCDB;
}
</style>
border-color css
<style>
span { border-color: #FAFCDB; }
span { border-color: rgb(250,252,219); }
td.TdClassName
{
border-color: #FAFCDB;
}
.TagClassName
{
border-color: #FAFCDB;
}
</style>