Html Css Color HEX #FBFBD8 Light Goldenrod Yellow

📋 copy color: '#FBFBD8'

red 251 ◦ green 251 ◦ blue 216

#FBFBD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod Yellow #FBFBD8

Tints of Light Goldenrod Yellow #FBFBD8

RGB

 RED value IS 251 (98.44% from 255) = 34.96%

 GREEN value IS 251 (98.44% from 255) = 34.96%

 BLUE value IS 216 (84.77% from 255) = 30.08%

R = 34.96%
G = 34.96%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBFBD8 (or 0xFBFBD8) is known color: Light Goldenrod Yellow. HEX triplet: FB, FB and D8. RGB value is (251,251,216). Sum of RGB (Red+Green+Blue) = 251+251+216=718 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.96% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 216 (84.77% from 255 or 30.08% from 718); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBD8 is #040427. Grayscale: #F7F7F7. Windows color (decimal): -263208 or 14220283. OLE color: 14220283.

HSL color Cylindrical-coordinate representation of color #FBFBD8: hue angle of 60º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBFBD8 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 216 -
CMYK 0 0 0.14 0.02
HSL 60º 0.81% 0.92% -
HSV(B) 60º 0.14% 0.98% -
XYZ 86.68 94.46 78.63 -
YUV 247.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 251 251 216 0 0 0.14 0.02 60 0.81 0.92
Hex FB FB D8 0 0 E 2 3C 51 5C
Octal 373 373 330 0 0 16 2 74 121 134
Binary 11111011 11111011 11011000 0 0 1110 10 111100 1010001 1011100

Color Harmonies of #FBFBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBD8

Black with #FBFBD8

Text Example


Text Example

White with #FBFBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBD8; }

 p { color: rgb(251,251,216); }

 H1.HeaderClassName
 {
   color: #FBFBD8;
 }
 .AnyTagClassName
 {
   color: #FBFBD8;
 }
</style>

background-color css

<style>
 a { background-color: #FBFBD8; }

 a { background-color: rgb(251,251,216); }

 div.DivClassName
 {
   background-color: #FBFBD8;
 }
 .BgClassName
 {
   background-color: #FBFBD8;
 }
</style>

border-color css

<style>
 span { border-color: #FBFBD8; }

 span { border-color: rgb(251,251,216); }

 td.TdClassName
 {
   border-color: #FBFBD8;
 }
 .TagClassName
 {
   border-color: #FBFBD8;
 }
</style>