Html Css Color HEX #FBFECE Light Goldenrod Yellow
📋 copy color: '#FBFECE'red 251 ◦ green 254 ◦ blue 206
Shades of Light Goldenrod Yellow #FBFECE
Tints of Light Goldenrod Yellow #FBFECE
RGB
CMYK
RGB Variations
Color information
#FBFECE (or 0xFBFECE) is known color: Light Goldenrod Yellow. HEX triplet: FB, FE and CE. RGB value is (251,254,206). Sum of RGB (Red+Green+Blue) = 251+254+206=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 206 (80.86% from 255 or 28.97% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFECE is #040131. Grayscale: #F7F7F7. Windows color (decimal): -262450 or 13565691. OLE color: 13565691.
HSL color Cylindrical-coordinate representation of color #FBFECE: hue angle of 63.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBFECE is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 251 | 254 | 206 | - |
CMYK | 0.01 | 0 | 0.19 | 0.00 |
HSL | 63.75º | 0.96% | 0.9% | - |
HSV(B) | 63.75º | 0.19% | 1% | - |
XYZ | 86.37 | 95.85 | 72.34 | - |
YUV | 247.63 | 104.51 | 130.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 254 | 206 | 0.01 | 0 | 0.19 | 0.00 | 63.75 | 0.96 | 0.9 |
Hex | FB | FE | CE | 1 | 0 | 13 | 0 | 40 | 60 | 5A |
Octal | 373 | 376 | 316 | 1 | 0 | 23 | 0 | 100 | 140 | 132 |
Binary | 11111011 | 11111110 | 11001110 | 1 | 0 | 10011 | 0 | 1000000 | 1100000 | 1011010 |
Color Harmonies of #FBFECE
Complementary color
Monochromatic Colors of #FBFECE
Black with #FBFECE
Text Example
Text Example
White with #FBFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFECE; }
p { color: rgb(251,254,206); }
H1.HeaderClassName
{
color: #FBFECE;
}
.AnyTagClassName
{
color: #FBFECE;
}
</style>
background-color css
<style>
a { background-color: #FBFECE; }
a { background-color: rgb(251,254,206); }
div.DivClassName
{
background-color: #FBFECE;
}
.BgClassName
{
background-color: #FBFECE;
}
</style>
border-color css
<style>
span { border-color: #FBFECE; }
span { border-color: rgb(251,254,206); }
td.TdClassName
{
border-color: #FBFECE;
}
.TagClassName
{
border-color: #FBFECE;
}
</style>