Html Css Color HEX #FAFDD1 Light Goldenrod Yellow
📋 copy color: '#FAFDD1'red 250 ◦ green 253 ◦ blue 209
Shades of Light Goldenrod Yellow #FAFDD1
Tints of Light Goldenrod Yellow #FAFDD1
RGB
CMYK
RGB Variations
Color information
#FAFDD1 (or 0xFAFDD1) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D1. RGB value is (250,253,209). Sum of RGB (Red+Green+Blue) = 250+253+209=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 209 (82.03% from 255 or 29.35% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD1 is #05022E. Grayscale: #F7F7F7. Windows color (decimal): -328239 or 13762042. OLE color: 13762042.
HSL color Cylindrical-coordinate representation of color #FAFDD1: hue angle of 64.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAFDD1 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 209 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.01 |
| HSL | 64.09º | 0.92% | 0.91% | - |
| HSV(B) | 64.09º | 0.17% | 0.99% | - |
| XYZ | 86.06 | 95.18 | 74.16 | - |
| YUV | 247.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 209 | 0.01 | 0 | 0.17 | 0.01 | 64.09 | 0.92 | 0.91 |
| Hex | FA | FD | D1 | 1 | 0 | 11 | 1 | 40 | 5C | 5B |
| Octal | 372 | 375 | 321 | 1 | 0 | 21 | 1 | 100 | 134 | 133 |
| Binary | 11111010 | 11111101 | 11010001 | 1 | 0 | 10001 | 1 | 1000000 | 1011100 | 1011011 |
Color Harmonies of #FAFDD1
Complementary color
Monochromatic Colors of #FAFDD1
Black with #FAFDD1
Text Example
Text Example
White with #FAFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDD1; }
p { color: rgb(250,253,209); }
H1.HeaderClassName
{
color: #FAFDD1;
}
.AnyTagClassName
{
color: #FAFDD1;
}
</style>
background-color css
<style>
a { background-color: #FAFDD1; }
a { background-color: rgb(250,253,209); }
div.DivClassName
{
background-color: #FAFDD1;
}
.BgClassName
{
background-color: #FAFDD1;
}
</style>
border-color css
<style>
span { border-color: #FAFDD1; }
span { border-color: rgb(250,253,209); }
td.TdClassName
{
border-color: #FAFDD1;
}
.TagClassName
{
border-color: #FAFDD1;
}
</style>