Html Css Color HEX #FAFDD0 Light Goldenrod Yellow
📋 copy color: '#FAFDD0'red 250 ◦ green 253 ◦ blue 208
Shades of Light Goldenrod Yellow #FAFDD0
Tints of Light Goldenrod Yellow #FAFDD0
RGB
CMYK
RGB Variations
Color information
#FAFDD0 (or 0xFAFDD0) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D0. RGB value is (250,253,208). Sum of RGB (Red+Green+Blue) = 250+253+208=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 208 (81.64% from 255 or 29.25% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD0 is #05022F. Grayscale: #F7F7F7. Windows color (decimal): -328240 or 13696506. OLE color: 13696506.
HSL color Cylindrical-coordinate representation of color #FAFDD0: hue angle of 64º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAFDD0 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 208 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.01 |
| HSL | 64º | 0.92% | 0.9% | - |
| HSV(B) | 64º | 0.18% | 0.99% | - |
| XYZ | 85.93 | 95.13 | 73.51 | - |
| YUV | 246.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 208 | 0.01 | 0 | 0.18 | 0.01 | 64 | 0.92 | 0.9 |
| Hex | FA | FD | D0 | 1 | 0 | 12 | 1 | 40 | 5C | 5A |
| Octal | 372 | 375 | 320 | 1 | 0 | 22 | 1 | 100 | 134 | 132 |
| Binary | 11111010 | 11111101 | 11010000 | 1 | 0 | 10010 | 1 | 1000000 | 1011100 | 1011010 |
Color Harmonies of #FAFDD0
Complementary color
Monochromatic Colors of #FAFDD0
Black with #FAFDD0
Text Example
Text Example
White with #FAFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDD0; }
p { color: rgb(250,253,208); }
H1.HeaderClassName
{
color: #FAFDD0;
}
.AnyTagClassName
{
color: #FAFDD0;
}
</style>
background-color css
<style>
a { background-color: #FAFDD0; }
a { background-color: rgb(250,253,208); }
div.DivClassName
{
background-color: #FAFDD0;
}
.BgClassName
{
background-color: #FAFDD0;
}
</style>
border-color css
<style>
span { border-color: #FAFDD0; }
span { border-color: rgb(250,253,208); }
td.TdClassName
{
border-color: #FAFDD0;
}
.TagClassName
{
border-color: #FAFDD0;
}
</style>