Html Css Color HEX #FAFDD4 Light Goldenrod Yellow
📋 copy color: '#FAFDD4'red 250 ◦ green 253 ◦ blue 212
Shades of Light Goldenrod Yellow #FAFDD4
Tints of Light Goldenrod Yellow #FAFDD4
RGB
CMYK
RGB Variations
Color information
#FAFDD4 (or 0xFAFDD4) is known color: Light Goldenrod Yellow. HEX triplet: FA, FD and D4. RGB value is (250,253,212). Sum of RGB (Red+Green+Blue) = 250+253+212=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 212 (83.20% from 255 or 29.65% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDD4 is #05022B. Grayscale: #F7F7F7. Windows color (decimal): -328236 or 13958650. OLE color: 13958650.
HSL color Cylindrical-coordinate representation of color #FAFDD4: hue angle of 64.39º 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 #FAFDD4 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 212 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.01 |
| HSL | 64.39º | 0.91% | 0.91% | - |
| HSV(B) | 64.39º | 0.16% | 0.99% | - |
| XYZ | 86.43 | 95.33 | 76.13 | - |
| YUV | 247.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 212 | 0.01 | 0 | 0.16 | 0.01 | 64.39 | 0.91 | 0.91 |
| Hex | FA | FD | D4 | 1 | 0 | 10 | 1 | 40 | 5B | 5B |
| Octal | 372 | 375 | 324 | 1 | 0 | 20 | 1 | 100 | 133 | 133 |
| Binary | 11111010 | 11111101 | 11010100 | 1 | 0 | 10000 | 1 | 1000000 | 1011011 | 1011011 |
Color Harmonies of #FAFDD4
Complementary color
Monochromatic Colors of #FAFDD4
Black with #FAFDD4
Text Example
Text Example
White with #FAFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDD4; }
p { color: rgb(250,253,212); }
H1.HeaderClassName
{
color: #FAFDD4;
}
.AnyTagClassName
{
color: #FAFDD4;
}
</style>
background-color css
<style>
a { background-color: #FAFDD4; }
a { background-color: rgb(250,253,212); }
div.DivClassName
{
background-color: #FAFDD4;
}
.BgClassName
{
background-color: #FAFDD4;
}
</style>
border-color css
<style>
span { border-color: #FAFDD4; }
span { border-color: rgb(250,253,212); }
td.TdClassName
{
border-color: #FAFDD4;
}
.TagClassName
{
border-color: #FAFDD4;
}
</style>