Shades of Light Yellow #FDFFDF
Tints of Light Yellow #FDFFDF
RGB
CMYK
RGB Variations
Color information
#FDFFDF (or 0xFDFFDF) is known color: Light Yellow. HEX triplet: FD, FF and DF. RGB value is (253,255,223). Sum of RGB (Red+Green+Blue) = 253+255+223=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 223 (87.5% from 255 or 30.51% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFDF is #020020. Grayscale: #FAFAFA. Windows color (decimal): -131105 or 14680061. OLE color: 14680061.
HSL color Cylindrical-coordinate representation of color #FDFFDF: hue angle of 63.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDFFDF is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 223 | - |
CMYK | 0.01 | 0 | 0.13 | 0 |
HSL | 63.75º | 1% | 0.94% | - |
HSV(B) | 63.75º | 0.13% | 1% | - |
XYZ | 89.59 | 97.73 | 83.95 | - |
YUV | 250.75 | 112.34 | 129.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 223 | 0.01 | 0 | 0.13 | 0 | 63.75 | 1 | 0.94 |
Hex | FD | FF | DF | 1 | 0 | D | 0 | 40 | 64 | 5E |
Octal | 375 | 377 | 337 | 1 | 0 | 15 | 0 | 100 | 144 | 136 |
Binary | 11111101 | 11111111 | 11011111 | 1 | 0 | 1101 | 0 | 1000000 | 1100100 | 1011110 |
Color Harmonies of #FDFFDF
Complementary color
Monochromatic Colors of #FDFFDF
Black with #FDFFDF
Text Example
Text Example
White with #FDFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFDF; }
p { color: rgb(253,255,223); }
H1.HeaderClassName
{
color: #FDFFDF;
}
.AnyTagClassName
{
color: #FDFFDF;
}
</style>
background-color css
<style>
a { background-color: #FDFFDF; }
a { background-color: rgb(253,255,223); }
div.DivClassName
{
background-color: #FDFFDF;
}
.BgClassName
{
background-color: #FDFFDF;
}
</style>
border-color css
<style>
span { border-color: #FDFFDF; }
span { border-color: rgb(253,255,223); }
td.TdClassName
{
border-color: #FDFFDF;
}
.TagClassName
{
border-color: #FDFFDF;
}
</style>