Shades of Light Yellow #FAFEDB
Tints of Light Yellow #FAFEDB
RGB
CMYK
RGB Variations
Color information
#FAFEDB (or 0xFAFEDB) is known color: Light Yellow. HEX triplet: FA, FE and DB. RGB value is (250,254,219). Sum of RGB (Red+Green+Blue) = 250+254+219=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 219 (85.94% from 255 or 30.29% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEDB is #050124. Grayscale: #F8F8F8. Windows color (decimal): -327973 or 14417658. OLE color: 14417658.
HSL color Cylindrical-coordinate representation of color #FAFEDB: hue angle of 66.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAFEDB is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 219 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.00 |
| HSL | 66.86º | 0.95% | 0.93% | - |
| HSV(B) | 66.86º | 0.14% | 1% | - |
| XYZ | 87.65 | 96.32 | 80.99 | - |
| YUV | 248.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 219 | 0.02 | 0 | 0.14 | 0.00 | 66.86 | 0.95 | 0.93 |
| Hex | FA | FE | DB | 2 | 0 | E | 0 | 43 | 5F | 5D |
| Octal | 372 | 376 | 333 | 2 | 0 | 16 | 0 | 103 | 137 | 135 |
| Binary | 11111010 | 11111110 | 11011011 | 10 | 0 | 1110 | 0 | 1000011 | 1011111 | 1011101 |
Color Harmonies of #FAFEDB
Complementary color
Monochromatic Colors of #FAFEDB
Black with #FAFEDB
Text Example
Text Example
White with #FAFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEDB; }
p { color: rgb(250,254,219); }
H1.HeaderClassName
{
color: #FAFEDB;
}
.AnyTagClassName
{
color: #FAFEDB;
}
</style>
background-color css
<style>
a { background-color: #FAFEDB; }
a { background-color: rgb(250,254,219); }
div.DivClassName
{
background-color: #FAFEDB;
}
.BgClassName
{
background-color: #FAFEDB;
}
</style>
border-color css
<style>
span { border-color: #FAFEDB; }
span { border-color: rgb(250,254,219); }
td.TdClassName
{
border-color: #FAFEDB;
}
.TagClassName
{
border-color: #FAFEDB;
}
</style>