Html Css Color HEX #FAFDD6 Light Goldenrod Yellow
📋 copy color: '#FAFDD6'red 250 ◦ green 253 ◦ blue 214
Shades of Light Goldenrod Yellow #FAFDD6
Tints of Light Goldenrod Yellow #FAFDD6
RGB
CMYK
RGB Variations
Color information
#FAFDD6 (or 0xFAFDD6) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D6. RGB value is (250,253,214). Sum of RGB (Red+Green+Blue) = 250+253+214=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 214 (83.98% from 255 or 29.85% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD6 is #050229. Grayscale: #F7F7F7. Windows color (decimal): -328234 or 14089722. OLE color: 14089722.
HSL color Cylindrical-coordinate representation of color #FAFDD6: hue angle of 64.62º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAFDD6 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 214 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.01 |
| HSL | 64.62º | 0.91% | 0.92% | - |
| HSV(B) | 64.62º | 0.15% | 0.99% | - |
| XYZ | 86.69 | 95.43 | 77.47 | - |
| YUV | 247.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 214 | 0.01 | 0 | 0.15 | 0.01 | 64.62 | 0.91 | 0.92 |
| Hex | FA | FD | D6 | 1 | 0 | F | 1 | 41 | 5B | 5C |
| Octal | 372 | 375 | 326 | 1 | 0 | 17 | 1 | 101 | 133 | 134 |
| Binary | 11111010 | 11111101 | 11010110 | 1 | 0 | 1111 | 1 | 1000001 | 1011011 | 1011100 |
Color Harmonies of #FAFDD6
Complementary color
Monochromatic Colors of #FAFDD6
Black with #FAFDD6
Text Example
Text Example
White with #FAFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDD6; }
p { color: rgb(250,253,214); }
H1.HeaderClassName
{
color: #FAFDD6;
}
.AnyTagClassName
{
color: #FAFDD6;
}
</style>
background-color css
<style>
a { background-color: #FAFDD6; }
a { background-color: rgb(250,253,214); }
div.DivClassName
{
background-color: #FAFDD6;
}
.BgClassName
{
background-color: #FAFDD6;
}
</style>
border-color css
<style>
span { border-color: #FAFDD6; }
span { border-color: rgb(250,253,214); }
td.TdClassName
{
border-color: #FAFDD6;
}
.TagClassName
{
border-color: #FAFDD6;
}
</style>