Shades of Light Yellow #FEFDDA
Tints of Light Yellow #FEFDDA
RGB
CMYK
RGB Variations
Color information
#FEFDDA (or 0xFEFDDA) is known color: Light Yellow. HEX triplet: FE, FD and DA. RGB value is (254,253,218). Sum of RGB (Red+Green+Blue) = 254+253+218=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 218 (85.55% from 255 or 30.07% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDDA is #010225. Grayscale: #F9F9F9. Windows color (decimal): -66086 or 14351870. OLE color: 14351870.
HSL color Cylindrical-coordinate representation of color #FEFDDA: hue angle of 58.33º 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 #FEFDDA is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 218 | - |
CMYK | 0 | 0.00 | 0.14 | 0.00 |
HSL | 58.33º | 0.95% | 0.93% | - |
HSV(B) | 58.33º | 0.14% | 1% | - |
XYZ | 88.65 | 96.38 | 80.26 | - |
YUV | 249.31 | 110.33 | 131.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 218 | 0 | 0.00 | 0.14 | 0.00 | 58.33 | 0.95 | 0.93 |
Hex | FE | FD | DA | 0 | 0 | E | 0 | 3A | 5F | 5D |
Octal | 376 | 375 | 332 | 0 | 0 | 16 | 0 | 72 | 137 | 135 |
Binary | 11111110 | 11111101 | 11011010 | 0 | 0 | 1110 | 0 | 111010 | 1011111 | 1011101 |
Color Harmonies of #FEFDDA
Complementary color
Monochromatic Colors of #FEFDDA
Black with #FEFDDA
Text Example
Text Example
White with #FEFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDDA; }
p { color: rgb(254,253,218); }
H1.HeaderClassName
{
color: #FEFDDA;
}
.AnyTagClassName
{
color: #FEFDDA;
}
</style>
background-color css
<style>
a { background-color: #FEFDDA; }
a { background-color: rgb(254,253,218); }
div.DivClassName
{
background-color: #FEFDDA;
}
.BgClassName
{
background-color: #FEFDDA;
}
</style>
border-color css
<style>
span { border-color: #FEFDDA; }
span { border-color: rgb(254,253,218); }
td.TdClassName
{
border-color: #FEFDDA;
}
.TagClassName
{
border-color: #FEFDDA;
}
</style>