Html Css Color HEX #FAFDD5 Light Goldenrod Yellow
📋 copy color: '#FAFDD5'red 250 ◦ green 253 ◦ blue 213
Shades of Light Goldenrod Yellow #FAFDD5
Tints of Light Goldenrod Yellow #FAFDD5
RGB
CMYK
RGB Variations
Color information
#FAFDD5 (or 0xFAFDD5) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D5. RGB value is (250,253,213). Sum of RGB (Red+Green+Blue) = 250+253+213=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 213 (83.59% from 255 or 29.75% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD5 is #05022A. Grayscale: #F7F7F7. Windows color (decimal): -328235 or 14024186. OLE color: 14024186.
HSL color Cylindrical-coordinate representation of color #FAFDD5: hue angle of 64.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAFDD5 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 213 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.01 |
| HSL | 64.5º | 0.91% | 0.91% | - |
| HSV(B) | 64.5º | 0.16% | 0.99% | - |
| XYZ | 86.56 | 95.38 | 76.8 | - |
| YUV | 247.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 213 | 0.01 | 0 | 0.16 | 0.01 | 64.5 | 0.91 | 0.91 |
| Hex | FA | FD | D5 | 1 | 0 | 10 | 1 | 40 | 5B | 5B |
| Octal | 372 | 375 | 325 | 1 | 0 | 20 | 1 | 100 | 133 | 133 |
| Binary | 11111010 | 11111101 | 11010101 | 1 | 0 | 10000 | 1 | 1000000 | 1011011 | 1011011 |
Color Harmonies of #FAFDD5
Complementary color
Monochromatic Colors of #FAFDD5
Black with #FAFDD5
Text Example
Text Example
White with #FAFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDD5; }
p { color: rgb(250,253,213); }
H1.HeaderClassName
{
color: #FAFDD5;
}
.AnyTagClassName
{
color: #FAFDD5;
}
</style>
background-color css
<style>
a { background-color: #FAFDD5; }
a { background-color: rgb(250,253,213); }
div.DivClassName
{
background-color: #FAFDD5;
}
.BgClassName
{
background-color: #FAFDD5;
}
</style>
border-color css
<style>
span { border-color: #FAFDD5; }
span { border-color: rgb(250,253,213); }
td.TdClassName
{
border-color: #FAFDD5;
}
.TagClassName
{
border-color: #FAFDD5;
}
</style>