#FBFFD6

Color #FBFFD6 Light Goldenrod Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod Yellow #FBFFD6

Tints of Light Goldenrod Yellow #FBFFD6

Color information

#FBFFD6 (or 0xFBFFD6) is unknown color: approx Light Goldenrod Yellow. HEX triplet: FB, FF and D6. RGB value is (251,255,214). Sum of RGB (Red+Green+Blue) = 251+255+214=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 214 (83.98% from 255 or 29.72% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFD6 is #040029. Grayscale: #F9F9F9. Windows color (decimal): -262186 or 14090235. OLE color: 14090235.

HSL color Cylindrical-coordinate representation of color #FBFFD6: hue angle of 65.85º 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 #FBFFD6 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB251255214-
CMYK0.0200.160
HSL65.85º100%91.96%-
HSV(B)65.85º16.08%100%-
XYZ87.6896.8877.7-
YUV249.13108.17129.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 255 (100% from 255) = 35.42%
BLUE value IS 214 (83.98% from 255) = 29.72%
R=34.86%
G=35.42%
B=29.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512552140.0200.16065.8510091.96
HexFBFFD62010042645c
Octal37337732620200102144134
Binary111110111111111111010110100100000100001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFD6; }

 p { color: rgb(251,255,214); }

 H1.HeaderClassName
 {
   color: #FBFFD6;
 }
 .AnyTagClassName
 {
   color: #FBFFD6;
 }
</style>
background-color css

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

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

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

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

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

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