Html Css Color HEX #FAFFD5 Light Goldenrod Yellow
📋 copy color: '#FAFFD5'red 250 ◦ green 255 ◦ blue 213
Shades of Light Goldenrod Yellow #FAFFD5
Tints of Light Goldenrod Yellow #FAFFD5
RGB
CMYK
RGB Variations
Color information
#FAFFD5 (or 0xFAFFD5) is known color: Light Goldenrod Yellow. HEX triplet: FA, FF and D5. RGB value is (250,255,213). Sum of RGB (Red+Green+Blue) = 250+255+213=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 213 (83.59% from 255 or 29.67% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFD5 is #05002A. Grayscale: #F8F8F8. Windows color (decimal): -327723 or 14024698. OLE color: 14024698.
HSL color Cylindrical-coordinate representation of color #FAFFD5: hue angle of 67.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAFFD5 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 213 | - |
| CMYK | 0.02 | 0 | 0.16 | 0 |
| HSL | 67.14º | 1% | 0.92% | - |
| HSV(B) | 67.14º | 0.16% | 1% | - |
| XYZ | 87.19 | 96.65 | 77.01 | - |
| YUV | 248.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 213 | 0.02 | 0 | 0.16 | 0 | 67.14 | 1 | 0.92 |
| Hex | FA | FF | D5 | 2 | 0 | 10 | 0 | 43 | 64 | 5C |
| Octal | 372 | 377 | 325 | 2 | 0 | 20 | 0 | 103 | 144 | 134 |
| Binary | 11111010 | 11111111 | 11010101 | 10 | 0 | 10000 | 0 | 1000011 | 1100100 | 1011100 |
Color Harmonies of #FAFFD5
Complementary color
Monochromatic Colors of #FAFFD5
Black with #FAFFD5
Text Example
Text Example
White with #FAFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFD5; }
p { color: rgb(250,255,213); }
H1.HeaderClassName
{
color: #FAFFD5;
}
.AnyTagClassName
{
color: #FAFFD5;
}
</style>
background-color css
<style>
a { background-color: #FAFFD5; }
a { background-color: rgb(250,255,213); }
div.DivClassName
{
background-color: #FAFFD5;
}
.BgClassName
{
background-color: #FAFFD5;
}
</style>
border-color css
<style>
span { border-color: #FAFFD5; }
span { border-color: rgb(250,255,213); }
td.TdClassName
{
border-color: #FAFFD5;
}
.TagClassName
{
border-color: #FAFFD5;
}
</style>