Shades of Light Yellow #FEFFDA
Tints of Light Yellow #FEFFDA
RGB
CMYK
RGB Variations
Color information
#FEFFDA (or 0xFEFFDA) is known color: Light Yellow. HEX triplet: FE, FF and DA. RGB value is (254,255,218). Sum of RGB (Red+Green+Blue) = 254+255+218=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 218 (85.55% from 255 or 29.99% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFDA is #010025. Grayscale: #FAFAFA. Windows color (decimal): -65574 or 14352382. OLE color: 14352382.
HSL color Cylindrical-coordinate representation of color #FEFFDA: hue angle of 61.62º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEFFDA is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 218 | - |
| CMYK | 0.00 | 0 | 0.15 | 0 |
| HSL | 61.62º | 1% | 0.93% | - |
| HSV(B) | 61.62º | 0.15% | 1% | - |
| XYZ | 89.29 | 97.65 | 80.47 | - |
| YUV | 250.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 218 | 0.00 | 0 | 0.15 | 0 | 61.62 | 1 | 0.93 |
| Hex | FE | FF | DA | 0 | 0 | F | 0 | 3E | 64 | 5D |
| Octal | 376 | 377 | 332 | 0 | 0 | 17 | 0 | 76 | 144 | 135 |
| Binary | 11111110 | 11111111 | 11011010 | 0 | 0 | 1111 | 0 | 111110 | 1100100 | 1011101 |
Color Harmonies of #FEFFDA
Complementary color
Monochromatic Colors of #FEFFDA
Black with #FEFFDA
Text Example
Text Example
White with #FEFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFDA; }
p { color: rgb(254,255,218); }
H1.HeaderClassName
{
color: #FEFFDA;
}
.AnyTagClassName
{
color: #FEFFDA;
}
</style>
background-color css
<style>
a { background-color: #FEFFDA; }
a { background-color: rgb(254,255,218); }
div.DivClassName
{
background-color: #FEFFDA;
}
.BgClassName
{
background-color: #FEFFDA;
}
</style>
border-color css
<style>
span { border-color: #FEFFDA; }
span { border-color: rgb(254,255,218); }
td.TdClassName
{
border-color: #FEFFDA;
}
.TagClassName
{
border-color: #FEFFDA;
}
</style>