Shades of Light Yellow #FAFDDF
Tints of Light Yellow #FAFDDF
RGB
CMYK
RGB Variations
Color information
#FAFDDF (or 0xFAFDDF) is known color: Light Yellow. HEX triplet: FA, FD and DF. RGB value is (250,253,223). Sum of RGB (Red+Green+Blue) = 250+253+223=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 253 (99.22% from 255 or 34.85% from 726); Blue value is 223 (87.5% from 255 or 30.72% from 726); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDDF is #050220. Grayscale: #F8F8F8. Windows color (decimal): -328225 or 14679546. OLE color: 14679546.
HSL color Cylindrical-coordinate representation of color #FAFDDF: hue angle of 66º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFDDF is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 253 | 223 | - |
CMYK | 0.01 | 0 | 0.12 | 0.01 |
HSL | 66º | 0.88% | 0.93% | - |
HSV(B) | 66º | 0.12% | 0.99% | - |
XYZ | 87.87 | 95.9 | 83.69 | - |
YUV | 248.68 | 113.51 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 223 | 0.01 | 0 | 0.12 | 0.01 | 66 | 0.88 | 0.93 |
Hex | FA | FD | DF | 1 | 0 | C | 1 | 42 | 58 | 5D |
Octal | 372 | 375 | 337 | 1 | 0 | 14 | 1 | 102 | 130 | 135 |
Binary | 11111010 | 11111101 | 11011111 | 1 | 0 | 1100 | 1 | 1000010 | 1011000 | 1011101 |
Color Harmonies of #FAFDDF
Complementary color
Monochromatic Colors of #FAFDDF
Black with #FAFDDF
Text Example
Text Example
White with #FAFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDDF; }
p { color: rgb(250,253,223); }
H1.HeaderClassName
{
color: #FAFDDF;
}
.AnyTagClassName
{
color: #FAFDDF;
}
</style>
background-color css
<style>
a { background-color: #FAFDDF; }
a { background-color: rgb(250,253,223); }
div.DivClassName
{
background-color: #FAFDDF;
}
.BgClassName
{
background-color: #FAFDDF;
}
</style>
border-color css
<style>
span { border-color: #FAFDDF; }
span { border-color: rgb(250,253,223); }
td.TdClassName
{
border-color: #FAFDDF;
}
.TagClassName
{
border-color: #FAFDDF;
}
</style>